#C47728

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

Shades of Ochre #C47728

Tints of Ochre #C47728

Color information

#C47728 (or 0xC47728) is unknown color: approx Ochre. HEX triplet: C4, 77 and 28. RGB value is (196,119,40). Sum of RGB (Red+Green+Blue) = 196+119+40=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C47728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47728 is #3B88D7. Grayscale: #858585. Windows color (decimal): -3901656 or 2652100. OLE color: 2652100.

HSL color Cylindrical-coordinate representation of color #C47728: hue angle of 30.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47728 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19611940-
CMYK00.390.800.23
HSL30.38º66.1%46.27%-
HSV(B)30.38º79.59%76.86%-
XYZ29.7425.085.28-
YUV133.0275.51172.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.21%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 40 (16.02% from 255) = 11.27%
R=55.21%
G=33.52%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961194000.390.800.2330.3866.146.27
HexC4772802750171e422e
Octal30416750047120273610256
Binary1100010011101111010000100111101000010111111101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47728; }

 p { color: rgb(196,119,40); }

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

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

 a { background-color: rgb(196,119,40); }

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

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

 span { border-color: rgb(196,119,40); }

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