Html Css Color HEX #985210 Saddle Brown

📋 copy color: '#985210'

red 152 ◦ green 82 ◦ blue 16

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

Shades of Saddle Brown #985210

Tints of Saddle Brown #985210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 60.8%
G = 32.8%
B = 6.4%

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

#985210 (or 0x985210) is known color: Saddle Brown. HEX triplet: 98, 52 and 10. RGB value is (152,82,16). Sum of RGB (Red+Green+Blue) = 152+82+16=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #985210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985210 is #67ADEF. Grayscale: #5F5F5F. Windows color (decimal): -6794736 or 1069720. OLE color: 1069720.

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

Color convert

RGB 152 82 16 -
CMYK 0 0.46 0.89 0.40
HSL 29.12º 0.81% 0.33% -
HSV(B) 29.12º 0.89% 0.6% -
XYZ 16.06 12.75 2.1 -
YUV 95.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 152 82 16 0 0.46 0.89 0.40 29.12 0.81 0.33
Hex 98 52 10 0 2E 59 28 1D 51 21
Octal 230 122 20 0 56 131 50 35 121 41
Binary 10011000 1010010 10000 0 101110 1011001 101000 11101 1010001 100001

Color Harmonies of #985210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985210

Black with #985210

Text Example


Text Example

White with #985210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985210; }

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

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

background-color css

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

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

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

border-color css

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

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

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