#C47920

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

Shades of Ochre #C47920

Tints of Ochre #C47920

Color information

#C47920 (or 0xC47920) is unknown color: approx Ochre. HEX triplet: C4, 79 and 20. RGB value is (196,121,32). Sum of RGB (Red+Green+Blue) = 196+121+32=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C47920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47920 is #3B86DF. Grayscale: #858585. Windows color (decimal): -3901152 or 2128324. OLE color: 2128324.

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

Color convert

RGB19612132-
CMYK00.380.840.23
HSL32.56º71.93%44.71%-
HSV(B)32.56º83.67%76.86%-
XYZ29.8625.514.72-
YUV133.2870.85172.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.16%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 32 (12.89% from 255) = 9.17%
R=56.16%
G=34.67%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961213200.380.840.2332.5671.9344.71
HexC47920026541721482d
Octal30417140046124274111055
Binary11000100111100110000001001101010100101111000011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47920; }

 p { color: rgb(196,121,32); }

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

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

 a { background-color: rgb(196,121,32); }

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

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

 span { border-color: rgb(196,121,32); }

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