Html Css Color HEX #C37116 Ochre

📋 copy color: '#C37116'

red 195 ◦ green 113 ◦ blue 22

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

Shades of Ochre #C37116

Tints of Ochre #C37116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.24%

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

R = 59.09%
G = 34.24%
B = 6.67%

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

#C37116 (or 0xC37116) is known color: Ochre. HEX triplet: C3, 71 and 16. RGB value is (195,113,22). Sum of RGB (Red+Green+Blue) = 195+113+22=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37116 is #3C8EE9. Grayscale: #7F7F7F. Windows color (decimal): -3968746 or 1470915. OLE color: 1470915.

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

Color convert

RGB 195 113 22 -
CMYK 0 0.42 0.89 0.24
HSL 31.56º 0.8% 0.43% -
HSV(B) 31.56º 0.89% 0.76% -
XYZ 28.56 23.47 3.78 -
YUV 127.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 195 113 22 0 0.42 0.89 0.24 31.56 0.8 0.43
Hex C3 71 16 0 2A 59 18 20 50 2B
Octal 303 161 26 0 52 131 30 40 120 53
Binary 11000011 1110001 10110 0 101010 1011001 11000 100000 1010000 101011

Color Harmonies of #C37116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37116

Black with #C37116

Text Example


Text Example

White with #C37116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37116; }

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

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

background-color css

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

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

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

border-color css

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

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

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