Html Css Color HEX #C37512 Ochre

📋 copy color: '#C37512'

red 195 ◦ green 117 ◦ blue 18

#C37512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C37512

Tints of Ochre #C37512

RGB

 RED value IS 195 (76.56% from 255) = 59.09%

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 59.09%
G = 35.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37512 (or 0xC37512) is known color: Ochre. HEX triplet: C3, 75 and 12. RGB value is (195,117,18). Sum of RGB (Red+Green+Blue) = 195+117+18=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37512 is #3C8AED. Grayscale: #818181. Windows color (decimal): -3967726 or 1209795. OLE color: 1209795.

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

Color convert

RGB 195 117 18 -
CMYK 0 0.4 0.91 0.24
HSL 33.56º 0.83% 0.42% -
HSV(B) 33.56º 0.91% 0.76% -
XYZ 28.98 24.37 3.75 -
YUV 129.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 195 117 18 0 0.4 0.91 0.24 33.56 0.83 0.42
Hex C3 75 12 0 28 5B 18 22 53 2A
Octal 303 165 22 0 50 133 30 42 123 52
Binary 11000011 1110101 10010 0 101000 1011011 11000 100010 1010011 101010

Color Harmonies of #C37512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37512

Black with #C37512

Text Example


Text Example

White with #C37512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37512; }

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

 H1.HeaderClassName
 {
   color: #C37512;
 }
 .AnyTagClassName
 {
   color: #C37512;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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