#C47A19

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

Shades of Ochre #C47A19

Tints of Ochre #C47A19

Color information

#C47A19 (or 0xC47A19) is unknown color: approx Ochre. HEX triplet: C4, 7A and 19. RGB value is (196,122,25). Sum of RGB (Red+Green+Blue) = 196+122+25=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A19 is #3B85E6. Grayscale: #858585. Windows color (decimal): -3900903 or 1669828. OLE color: 1669828.

HSL color Cylindrical-coordinate representation of color #C47A19: hue angle of 34.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C47A19 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19612225-
CMYK00.380.870.23
HSL34.04º77.38%43.33%-
HSV(B)34.04º87.24%76.86%-
XYZ29.925.734.31-
YUV133.0767.02172.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.14%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=57.14%
G=35.57%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961222500.380.870.2334.0477.3843.33
HexC47A190265717224d2b
Octal30417231046127274211553
Binary1100010011110101100101001101010111101111000101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47A19; }

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

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

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

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

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

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

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

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