Html Css Color HEX #C37710 Ochre

📋 copy color: '#C37710'

red 195 ◦ green 119 ◦ blue 16

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

Shades of Ochre #C37710

Tints of Ochre #C37710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 59.09%
G = 36.06%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37710 (or 0xC37710) is known color: Ochre. HEX triplet: C3, 77 and 10. RGB value is (195,119,16). Sum of RGB (Red+Green+Blue) = 195+119+16=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37710 is #3C88EF. Grayscale: #828282. Windows color (decimal): -3967216 or 1079235. OLE color: 1079235.

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

Color convert

RGB 195 119 16 -
CMYK 0 0.39 0.92 0.24
HSL 34.53º 0.85% 0.41% -
HSV(B) 34.53º 0.92% 0.76% -
XYZ 29.2 24.83 3.74 -
YUV 129.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 195 119 16 0 0.39 0.92 0.24 34.53 0.85 0.41
Hex C3 77 10 0 27 5C 18 23 55 29
Octal 303 167 20 0 47 134 30 43 125 51
Binary 11000011 1110111 10000 0 100111 1011100 11000 100011 1010101 101001

Color Harmonies of #C37710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37710

Black with #C37710

Text Example


Text Example

White with #C37710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37710; }

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

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

background-color css

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

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

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

border-color css

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

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

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