#C47C21

Color #C47C21 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C47C21

Tints of Ochre #C47C21

Color information

#C47C21 (or 0xC47C21) is unknown color: approx Ochre. HEX triplet: C4, 7C and 21. RGB value is (196,124,33). Sum of RGB (Red+Green+Blue) = 196+124+33=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C21 is #3B83DE. Grayscale: #878787. Windows color (decimal): -3900383 or 2194628. OLE color: 2194628.

HSL color Cylindrical-coordinate representation of color #C47C21: hue angle of 33.5º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C47C21 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19612433-
CMYK00.370.830.23
HSL33.5º71.18%44.9%-
HSV(B)33.5º83.16%76.86%-
XYZ30.2526.264.91-
YUV135.1570.35171.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 33 (13.28% from 255) = 9.35%
R=55.52%
G=35.13%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961243300.370.830.2333.571.1844.9
HexC47C21025531721472d
Octal30417441045123274110755
Binary11000100111110010000101001011010011101111000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C21; }

 p { color: rgb(196,124,33); }

 H1.HeaderClassName
 {
   color: #C47C21;
 }
 .AnyTagClassName
 {
   color: #C47C21;
 }
</style>
background-color css

<style>
 a { background-color: #C47C21; }

 a { background-color: rgb(196,124,33); }

 div.DivClassName
 {
   background-color: #C47C21;
 }
 .BgClassName
 {
   background-color: #C47C21;
 }
</style>
border-color css

<style>
 span { border-color: #C47C21; }

 span { border-color: rgb(196,124,33); }

 td.TdClassName
 {
   border-color: #C47C21;
 }
 .TagClassName
 {
   border-color: #C47C21;
 }
</style>