Html Css Color HEX #C37611 Ochre

📋 copy color: '#C37611'

red 195 ◦ green 118 ◦ blue 17

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

Shades of Ochre #C37611

Tints of Ochre #C37611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 59.09%
G = 35.76%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37611 (or 0xC37611) is known color: Ochre. HEX triplet: C3, 76 and 11. RGB value is (195,118,17). Sum of RGB (Red+Green+Blue) = 195+118+17=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C37611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37611 is #3C89EE. Grayscale: #818181. Windows color (decimal): -3967471 or 1144515. OLE color: 1144515.

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

Color convert

RGB 195 118 17 -
CMYK 0 0.39 0.91 0.24
HSL 34.04º 0.84% 0.42% -
HSV(B) 34.04º 0.91% 0.76% -
XYZ 29.09 24.6 3.75 -
YUV 129.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 195 118 17 0 0.39 0.91 0.24 34.04 0.84 0.42
Hex C3 76 11 0 27 5B 18 22 54 2A
Octal 303 166 21 0 47 133 30 42 124 52
Binary 11000011 1110110 10001 0 100111 1011011 11000 100010 1010100 101010

Color Harmonies of #C37611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37611

Black with #C37611

Text Example


Text Example

White with #C37611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37611; }

 p { color: rgb(195,118,17); }

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

background-color css

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

 a { background-color: rgb(195,118,17); }

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

border-color css

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

 span { border-color: rgb(195,118,17); }

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