Html Css Color HEX #833211 Saddle Brown

📋 copy color: '#833211'

red 131 ◦ green 50 ◦ blue 17

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

Shades of Saddle Brown #833211

Tints of Saddle Brown #833211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 66.16%
G = 25.25%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#833211 (or 0x833211) is known color: Saddle Brown. HEX triplet: 83, 32 and 11. RGB value is (131,50,17). Sum of RGB (Red+Green+Blue) = 131+50+17=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #833211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833211 is #7CCDEE. Grayscale: #464646. Windows color (decimal): -8179183 or 1127043. OLE color: 1127043.

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

Color convert

RGB 131 50 17 -
CMYK 0 0.62 0.87 0.49
HSL 17.37º 0.77% 0.29% -
HSV(B) 17.37º 0.87% 0.51% -
XYZ 10.6 7.15 1.35 -
YUV 70.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 131 50 17 0 0.62 0.87 0.49 17.37 0.77 0.29
Hex 83 32 11 0 3E 57 31 11 4D 1D
Octal 203 62 21 0 76 127 61 21 115 35
Binary 10000011 110010 10001 0 111110 1010111 110001 10001 1001101 11101

Color Harmonies of #833211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833211

Black with #833211

Text Example


Text Example

White with #833211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833211; }

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

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

background-color css

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

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

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

border-color css

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

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

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