Html Css Color HEX #C37111 Ochre

📋 copy color: '#C37111'

red 195 ◦ green 113 ◦ blue 17

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

Shades of Ochre #C37111

Tints of Ochre #C37111

RGB

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

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

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

R = 60%
G = 34.77%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C37111 (or 0xC37111) is known color: Ochre. HEX triplet: C3, 71 and 11. RGB value is (195,113,17). Sum of RGB (Red+Green+Blue) = 195+113+17=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C37111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37111 is #3C8EEE. Grayscale: #7F7F7F. Windows color (decimal): -3968751 or 1143235. OLE color: 1143235.

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

Color convert

RGB 195 113 17 -
CMYK 0 0.42 0.91 0.24
HSL 32.36º 0.84% 0.42% -
HSV(B) 32.36º 0.91% 0.76% -
XYZ 28.51 23.45 3.55 -
YUV 126.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 195 113 17 0 0.42 0.91 0.24 32.36 0.84 0.42
Hex C3 71 11 0 2A 5B 18 20 54 2A
Octal 303 161 21 0 52 133 30 40 124 52
Binary 11000011 1110001 10001 0 101010 1011011 11000 100000 1010100 101010

Color Harmonies of #C37111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37111

Black with #C37111

Text Example


Text Example

White with #C37111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37111; }

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

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

background-color css

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

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

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

border-color css

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

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

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