Html Css Color HEX #C2811B Ochre

📋 copy color: '#C2811B'

red 194 ◦ green 129 ◦ blue 27

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

Shades of Ochre #C2811B

Tints of Ochre #C2811B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 27 (10.94% from 255) = 7.71%

R = 55.43%
G = 36.86%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2811B (or 0xC2811B) is known color: Ochre. HEX triplet: C2, 81 and 1B. RGB value is (194,129,27). Sum of RGB (Red+Green+Blue) = 194+129+27=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2811B is #3D7EE4. Grayscale: #898989. Windows color (decimal): -4030181 or 1802690. OLE color: 1802690.

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

Color convert

RGB 194 129 27 -
CMYK 0 0.34 0.86 0.24
HSL 36.65º 0.76% 0.43% -
HSV(B) 36.65º 0.86% 0.76% -
XYZ 30.3 27.25 4.7 -
YUV 136.81 66.03 168.79 -
System Red Green Blue C M Y K H S L
Decimal 194 129 27 0 0.34 0.86 0.24 36.65 0.76 0.43
Hex C2 81 1B 0 22 56 18 25 4C 2B
Octal 302 201 33 0 42 126 30 45 114 53
Binary 11000010 10000001 11011 0 100010 1010110 11000 100101 1001100 101011

Color Harmonies of #C2811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2811B

Black with #C2811B

Text Example


Text Example

White with #C2811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2811B; }

 p { color: rgb(194,129,27); }

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

background-color css

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

 a { background-color: rgb(194,129,27); }

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

border-color css

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

 span { border-color: rgb(194,129,27); }

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