Html Css Color HEX #C37412 Ochre

📋 copy color: '#C37412'

red 195 ◦ green 116 ◦ blue 18

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

Shades of Ochre #C37412

Tints of Ochre #C37412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

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

R = 59.27%
G = 35.26%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37412 (or 0xC37412) is known color: Ochre. HEX triplet: C3, 74 and 12. RGB value is (195,116,18). Sum of RGB (Red+Green+Blue) = 195+116+18=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C37412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37412 is #3C8BED. Grayscale: #808080. Windows color (decimal): -3967982 or 1209539. OLE color: 1209539.

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

Color convert

RGB 195 116 18 -
CMYK 0 0.41 0.91 0.24
HSL 33.22º 0.83% 0.42% -
HSV(B) 33.22º 0.91% 0.76% -
XYZ 28.86 24.14 3.71 -
YUV 128.45 65.67 175.47 -
System Red Green Blue C M Y K H S L
Decimal 195 116 18 0 0.41 0.91 0.24 33.22 0.83 0.42
Hex C3 74 12 0 29 5B 18 21 53 2A
Octal 303 164 22 0 51 133 30 41 123 52
Binary 11000011 1110100 10010 0 101001 1011011 11000 100001 1010011 101010

Color Harmonies of #C37412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37412

Black with #C37412

Text Example


Text Example

White with #C37412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37412; }

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

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

background-color css

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

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

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

border-color css

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

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

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