Html Css Color HEX #984B10 Saddle Brown

📋 copy color: '#984B10'

red 152 ◦ green 75 ◦ blue 16

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

Shades of Saddle Brown #984B10

Tints of Saddle Brown #984B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.86%

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

R = 62.55%
G = 30.86%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#984B10 (or 0x984B10) is known color: Saddle Brown. HEX triplet: 98, 4B and 10. RGB value is (152,75,16). Sum of RGB (Red+Green+Blue) = 152+75+16=243 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.55% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 152 - color contains mainly: red. Hex color #984B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984B10 is #67B4EF. Grayscale: #5B5B5B. Windows color (decimal): -6796528 or 1067928. OLE color: 1067928.

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

Color convert

RGB 152 75 16 -
CMYK 0 0.51 0.89 0.40
HSL 26.03º 0.81% 0.33% -
HSV(B) 26.03º 0.89% 0.6% -
XYZ 15.56 11.74 1.94 -
YUV 91.3 85.51 171.3 -
System Red Green Blue C M Y K H S L
Decimal 152 75 16 0 0.51 0.89 0.40 26.03 0.81 0.33
Hex 98 4B 10 0 33 59 28 1A 51 21
Octal 230 113 20 0 63 131 50 32 121 41
Binary 10011000 1001011 10000 0 110011 1011001 101000 11010 1010001 100001

Color Harmonies of #984B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984B10

Black with #984B10

Text Example


Text Example

White with #984B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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