Html Css Color HEX #C27211 Ochre

📋 copy color: '#C27211'

red 194 ◦ green 114 ◦ blue 17

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

Shades of Ochre #C27211

Tints of Ochre #C27211

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

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

R = 59.69%
G = 35.08%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C27211 (or 0xC27211) is known color: Ochre. HEX triplet: C2, 72 and 11. RGB value is (194,114,17). Sum of RGB (Red+Green+Blue) = 194+114+17=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C27211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27211 is #3D8DEE. Grayscale: #7F7F7F. Windows color (decimal): -4034031 or 1143490. OLE color: 1143490.

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

Color convert

RGB 194 114 17 -
CMYK 0 0.41 0.91 0.24
HSL 32.88º 0.84% 0.41% -
HSV(B) 32.88º 0.91% 0.76% -
XYZ 28.37 23.54 3.58 -
YUV 126.86 66 175.89 -
System Red Green Blue C M Y K H S L
Decimal 194 114 17 0 0.41 0.91 0.24 32.88 0.84 0.41
Hex C2 72 11 0 29 5B 18 21 54 29
Octal 302 162 21 0 51 133 30 41 124 51
Binary 11000010 1110010 10001 0 101001 1011011 11000 100001 1010100 101001

Color Harmonies of #C27211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27211

Black with #C27211

Text Example


Text Example

White with #C27211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27211; }

 p { color: rgb(194,114,17); }

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

background-color css

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

 a { background-color: rgb(194,114,17); }

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

border-color css

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

 span { border-color: rgb(194,114,17); }

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