#C3750E

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

Shades of Ochre #C3750E

Tints of Ochre #C3750E

Color information

#C3750E (or 0xC3750E) is unknown color: approx Ochre. HEX triplet: C3, 75 and 0E. RGB value is (195,117,14). Sum of RGB (Red+Green+Blue) = 195+117+14=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C3750E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3750E is #3C8AF1. Grayscale: #818181. Windows color (decimal): -3967730 or 947651. OLE color: 947651.

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

Color convert

RGB19511714-
CMYK00.40.930.24
HSL34.14º86.6%40.98%-
HSV(B)34.14º92.82%76.47%-
XYZ28.9524.363.59-
YUV128.5863.34175.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 59.82%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=59.82%
G=35.89%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951171400.40.930.2434.1486.640.98
HexC375E0285D18225729
Octal30316516050135304212751
Binary110000111110101111001010001011101110001000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3750E; }

 p { color: rgb(195,117,14); }

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

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

 a { background-color: rgb(195,117,14); }

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

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

 span { border-color: rgb(195,117,14); }

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