Html Css Color HEX #985211 Saddle Brown

📋 copy color: '#985211'

red 152 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #985211

Tints of Saddle Brown #985211

RGB

 RED value IS 152 (59.77% from 255) = 60.56%

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

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

R = 60.56%
G = 32.67%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#985211 (or 0x985211) is known color: Saddle Brown. HEX triplet: 98, 52 and 11. RGB value is (152,82,17). Sum of RGB (Red+Green+Blue) = 152+82+17=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #985211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985211 is #67ADEE. Grayscale: #5F5F5F. Windows color (decimal): -6794735 or 1135256. OLE color: 1135256.

HSL color Cylindrical-coordinate representation of color #985211: hue angle of 28.89º 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 #985211 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 17 -
CMYK 0 0.46 0.89 0.40
HSL 28.89º 0.8% 0.33% -
HSV(B) 28.89º 0.89% 0.6% -
XYZ 16.07 12.75 2.14 -
YUV 95.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 152 82 17 0 0.46 0.89 0.40 28.89 0.8 0.33
Hex 98 52 11 0 2E 59 28 1D 50 21
Octal 230 122 21 0 56 131 50 35 120 41
Binary 10011000 1010010 10001 0 101110 1011001 101000 11101 1010000 100001

Color Harmonies of #985211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985211

Black with #985211

Text Example


Text Example

White with #985211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985211; }

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

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

background-color css

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

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

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

border-color css

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

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

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