Html Css Color HEX #834211 Saddle Brown

📋 copy color: '#834211'

red 131 ◦ green 66 ◦ blue 17

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

Shades of Saddle Brown #834211

Tints of Saddle Brown #834211

RGB

 RED value IS 131 (51.56% from 255) = 61.21%

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

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

R = 61.21%
G = 30.84%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#834211 (or 0x834211) is known color: Saddle Brown. HEX triplet: 83, 42 and 11. RGB value is (131,66,17). Sum of RGB (Red+Green+Blue) = 131+66+17=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #834211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834211 is #7CBDEE. Grayscale: #505050. Windows color (decimal): -8175087 or 1131139. OLE color: 1131139.

HSL color Cylindrical-coordinate representation of color #834211: hue angle of 25.79º 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 #834211 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 17 -
CMYK 0 0.50 0.87 0.49
HSL 25.79º 0.77% 0.29% -
HSV(B) 25.79º 0.87% 0.51% -
XYZ 11.41 8.76 1.62 -
YUV 79.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 131 66 17 0 0.50 0.87 0.49 25.79 0.77 0.29
Hex 83 42 11 0 32 57 31 1A 4D 1D
Octal 203 102 21 0 62 127 61 32 115 35
Binary 10000011 1000010 10001 0 110010 1010111 110001 11010 1001101 11101

Color Harmonies of #834211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834211

Black with #834211

Text Example


Text Example

White with #834211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834211; }

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

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

background-color css

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

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

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

border-color css

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

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

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