Html Css Color HEX #984010 Saddle Brown

📋 copy color: '#984010'

red 152 ◦ green 64 ◦ blue 16

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

Shades of Saddle Brown #984010

Tints of Saddle Brown #984010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

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

R = 65.52%
G = 27.59%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984010 (or 0x984010) is known color: Saddle Brown. HEX triplet: 98, 40 and 10. RGB value is (152,64,16). Sum of RGB (Red+Green+Blue) = 152+64+16=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #984010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984010 is #67BFEF. Grayscale: #555555. Windows color (decimal): -6799344 or 1065112. OLE color: 1065112.

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

Color convert

RGB 152 64 16 -
CMYK 0 0.58 0.89 0.40
HSL 21.18º 0.81% 0.33% -
HSV(B) 21.18º 0.89% 0.6% -
XYZ 14.88 10.38 1.71 -
YUV 84.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 152 64 16 0 0.58 0.89 0.40 21.18 0.81 0.33
Hex 98 40 10 0 3A 59 28 15 51 21
Octal 230 100 20 0 72 131 50 25 121 41
Binary 10011000 1000000 10000 0 111010 1011001 101000 10101 1010001 100001

Color Harmonies of #984010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984010

Black with #984010

Text Example


Text Example

White with #984010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984010; }

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

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

background-color css

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

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

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

border-color css

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

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

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