Html Css Color HEX #C37212 Ochre

📋 copy color: '#C37212'

red 195 ◦ green 114 ◦ blue 18

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

Shades of Ochre #C37212

Tints of Ochre #C37212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 59.63%
G = 34.86%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37212 (or 0xC37212) is known color: Ochre. HEX triplet: C3, 72 and 12. RGB value is (195,114,18). Sum of RGB (Red+Green+Blue) = 195+114+18=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37212 is #3C8DED. Grayscale: #7F7F7F. Windows color (decimal): -3968494 or 1209027. OLE color: 1209027.

HSL color Cylindrical-coordinate representation of color #C37212: hue angle of 32.54º 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 #C37212 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 18 -
CMYK 0 0.42 0.91 0.24
HSL 32.54º 0.83% 0.42% -
HSV(B) 32.54º 0.91% 0.76% -
XYZ 28.63 23.68 3.63 -
YUV 127.28 66.34 176.31 -
System Red Green Blue C M Y K H S L
Decimal 195 114 18 0 0.42 0.91 0.24 32.54 0.83 0.42
Hex C3 72 12 0 2A 5B 18 21 53 2A
Octal 303 162 22 0 52 133 30 41 123 52
Binary 11000011 1110010 10010 0 101010 1011011 11000 100001 1010011 101010

Color Harmonies of #C37212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37212

Black with #C37212

Text Example


Text Example

White with #C37212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37212; }

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

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

background-color css

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

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

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

border-color css

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

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

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