Html Css Color HEX #C2811D Ochre

📋 copy color: '#C2811D'

red 194 ◦ green 129 ◦ blue 29

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

Shades of Ochre #C2811D

Tints of Ochre #C2811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 55.11%
G = 36.65%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2811D (or 0xC2811D) is known color: Ochre. HEX triplet: C2, 81 and 1D. RGB value is (194,129,29). Sum of RGB (Red+Green+Blue) = 194+129+29=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2811D is #3D7EE2. Grayscale: #898989. Windows color (decimal): -4030179 or 1933762. OLE color: 1933762.

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

Color convert

RGB 194 129 29 -
CMYK 0 0.34 0.85 0.24
HSL 36.36º 0.74% 0.44% -
HSV(B) 36.36º 0.85% 0.76% -
XYZ 30.32 27.26 4.83 -
YUV 137.04 67.03 168.63 -
System Red Green Blue C M Y K H S L
Decimal 194 129 29 0 0.34 0.85 0.24 36.36 0.74 0.44
Hex C2 81 1D 0 22 55 18 24 4A 2C
Octal 302 201 35 0 42 125 30 44 112 54
Binary 11000010 10000001 11101 0 100010 1010101 11000 100100 1001010 101100

Color Harmonies of #C2811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2811D

Black with #C2811D

Text Example


Text Example

White with #C2811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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