Html Css Color HEX #C37216 Ochre

📋 copy color: '#C37216'

red 195 ◦ green 114 ◦ blue 22

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

Shades of Ochre #C37216

Tints of Ochre #C37216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.65%

R = 58.91%
G = 34.44%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C37216 (or 0xC37216) is known color: Ochre. HEX triplet: C3, 72 and 16. RGB value is (195,114,22). Sum of RGB (Red+Green+Blue) = 195+114+22=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37216 is #3C8DE9. Grayscale: #808080. Windows color (decimal): -3968490 or 1471171. OLE color: 1471171.

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

Color convert

RGB 195 114 22 -
CMYK 0 0.42 0.89 0.24
HSL 31.91º 0.8% 0.43% -
HSV(B) 31.91º 0.89% 0.76% -
XYZ 28.67 23.69 3.82 -
YUV 127.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 195 114 22 0 0.42 0.89 0.24 31.91 0.8 0.43
Hex C3 72 16 0 2A 59 18 20 50 2B
Octal 303 162 26 0 52 131 30 40 120 53
Binary 11000011 1110010 10110 0 101010 1011001 11000 100000 1010000 101011

Color Harmonies of #C37216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37216

Black with #C37216

Text Example


Text Example

White with #C37216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37216; }

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

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

background-color css

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

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

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

border-color css

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

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

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