Html Css Color HEX #814211 Saddle Brown

📋 copy color: '#814211'

red 129 ◦ green 66 ◦ blue 17

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

Shades of Saddle Brown #814211

Tints of Saddle Brown #814211

RGB

 RED value IS 129 (50.78% from 255) = 60.85%

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 60.85%
G = 31.13%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#814211 (or 0x814211) is known color: Saddle Brown. HEX triplet: 81, 42 and 11. RGB value is (129,66,17). Sum of RGB (Red+Green+Blue) = 129+66+17=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814211 is #7EBDEE. Grayscale: #4F4F4F. Windows color (decimal): -8306159 or 1131137. OLE color: 1131137.

HSL color Cylindrical-coordinate representation of color #814211: hue angle of 26.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814211 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 66 17 -
CMYK 0 0.49 0.87 0.49
HSL 26.25º 0.77% 0.29% -
HSV(B) 26.25º 0.87% 0.51% -
XYZ 11.1 8.6 1.61 -
YUV 79.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 129 66 17 0 0.49 0.87 0.49 26.25 0.77 0.29
Hex 81 42 11 0 31 57 31 1A 4D 1D
Octal 201 102 21 0 61 127 61 32 115 35
Binary 10000001 1000010 10001 0 110001 1010111 110001 11010 1001101 11101

Color Harmonies of #814211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814211

Black with #814211

Text Example


Text Example

White with #814211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814211; }

 p { color: rgb(129,66,17); }

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

background-color css

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

 a { background-color: rgb(129,66,17); }

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

border-color css

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

 span { border-color: rgb(129,66,17); }

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