Html Css Color HEX #995211 Saddle Brown

📋 copy color: '#995211'

red 153 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #995211

Tints of Saddle Brown #995211

RGB

 RED value IS 153 (60.16% from 255) = 60.71%

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 60.71%
G = 32.54%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#995211 (or 0x995211) is known color: Saddle Brown. HEX triplet: 99, 52 and 11. RGB value is (153,82,17). Sum of RGB (Red+Green+Blue) = 153+82+17=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #995211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995211 is #66ADEE. Grayscale: #606060. Windows color (decimal): -6729199 or 1135257. OLE color: 1135257.

HSL color Cylindrical-coordinate representation of color #995211: hue angle of 28.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #995211 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 17 -
CMYK 0 0.46 0.89 0.4
HSL 28.68º 0.8% 0.33% -
HSV(B) 28.68º 0.89% 0.6% -
XYZ 16.26 12.85 2.15 -
YUV 95.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 153 82 17 0 0.46 0.89 0.4 28.68 0.8 0.33
Hex 99 52 11 0 2E 59 28 1D 50 21
Octal 231 122 21 0 56 131 50 35 120 41
Binary 10011001 1010010 10001 0 101110 1011001 101000 11101 1010000 100001

Color Harmonies of #995211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995211

Black with #995211

Text Example


Text Example

White with #995211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995211; }

 p { color: rgb(153,82,17); }

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

background-color css

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

 a { background-color: rgb(153,82,17); }

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

border-color css

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

 span { border-color: rgb(153,82,17); }

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