Html Css Color HEX #984710 Saddle Brown

📋 copy color: '#984710'

red 152 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #984710

Tints of Saddle Brown #984710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

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

R = 63.6%
G = 29.71%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984710 (or 0x984710) is known color: Saddle Brown. HEX triplet: 98, 47 and 10. RGB value is (152,71,16). Sum of RGB (Red+Green+Blue) = 152+71+16=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #984710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984710 is #67B8EF. Grayscale: #595959. Windows color (decimal): -6797552 or 1066904. OLE color: 1066904.

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

Color convert

RGB 152 71 16 -
CMYK 0 0.53 0.89 0.40
HSL 24.26º 0.81% 0.33% -
HSV(B) 24.26º 0.89% 0.6% -
XYZ 15.3 11.22 1.85 -
YUV 88.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 152 71 16 0 0.53 0.89 0.40 24.26 0.81 0.33
Hex 98 47 10 0 35 59 28 18 51 21
Octal 230 107 20 0 65 131 50 30 121 41
Binary 10011000 1000111 10000 0 110101 1011001 101000 11000 1010001 100001

Color Harmonies of #984710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984710

Black with #984710

Text Example


Text Example

White with #984710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984710; }

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

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

background-color css

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

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

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

border-color css

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

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

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