#C37426

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

Shades of Ochre #C37426

Tints of Ochre #C37426

Color information

#C37426 (or 0xC37426) is unknown color: approx Ochre. HEX triplet: C3, 74 and 26. RGB value is (195,116,38). Sum of RGB (Red+Green+Blue) = 195+116+38=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C37426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37426 is #3C8BD9. Grayscale: #838383. Windows color (decimal): -3967962 or 2520259. OLE color: 2520259.

HSL color Cylindrical-coordinate representation of color #C37426: hue angle of 29.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C37426 is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19511638-
CMYK00.410.810.24
HSL29.81º67.38%45.69%-
HSV(B)29.81º80.51%76.47%-
XYZ29.124.234.98-
YUV130.7375.67173.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.87%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 38 (15.23% from 255) = 10.89%
R=55.87%
G=33.24%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951163800.410.810.2429.8167.3845.69
HexC3742602951181e432e
Octal30316446051121303610356
Binary1100001111101001001100101001101000111000111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37426; }

 p { color: rgb(195,116,38); }

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

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

 a { background-color: rgb(195,116,38); }

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

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

 span { border-color: rgb(195,116,38); }

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