#C47A21

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

Shades of Ochre #C47A21

Tints of Ochre #C47A21

Color information

#C47A21 (or 0xC47A21) is unknown color: approx Ochre. HEX triplet: C4, 7A and 21. RGB value is (196,122,33). Sum of RGB (Red+Green+Blue) = 196+122+33=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A21 is #3B85DE. Grayscale: #868686. Windows color (decimal): -3900895 or 2194116. OLE color: 2194116.

HSL color Cylindrical-coordinate representation of color #C47A21: hue angle of 32.76º 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 #C47A21 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19612233-
CMYK00.380.830.23
HSL32.76º71.18%44.9%-
HSV(B)32.76º83.16%76.86%-
XYZ3025.764.83-
YUV133.9871.02172.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=55.84%
G=34.76%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961223300.380.830.2332.7671.1844.9
HexC47A21026531721472d
Octal30417241046123274110755
Binary11000100111101010000101001101010011101111000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A21; }

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

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

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

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

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

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

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

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