Html Css Color HEX #C37210 Ochre

📋 copy color: '#C37210'

red 195 ◦ green 114 ◦ blue 16

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

Shades of Ochre #C37210

Tints of Ochre #C37210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 60%
G = 35.08%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37210 (or 0xC37210) is known color: Ochre. HEX triplet: C3, 72 and 10. RGB value is (195,114,16). Sum of RGB (Red+Green+Blue) = 195+114+16=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C37210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37210 is #3C8DEF. Grayscale: #7F7F7F. Windows color (decimal): -3968496 or 1077955. OLE color: 1077955.

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

Color convert

RGB 195 114 16 -
CMYK 0 0.42 0.92 0.24
HSL 32.85º 0.85% 0.41% -
HSV(B) 32.85º 0.92% 0.76% -
XYZ 28.62 23.67 3.55 -
YUV 127.05 65.34 176.47 -
System Red Green Blue C M Y K H S L
Decimal 195 114 16 0 0.42 0.92 0.24 32.85 0.85 0.41
Hex C3 72 10 0 2A 5C 18 21 55 29
Octal 303 162 20 0 52 134 30 41 125 51
Binary 11000011 1110010 10000 0 101010 1011100 11000 100001 1010101 101001

Color Harmonies of #C37210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37210

Black with #C37210

Text Example


Text Example

White with #C37210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37210; }

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

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

background-color css

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

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

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

border-color css

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

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

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