Html Css Color HEX #984A17 Saddle Brown

📋 copy color: '#984A17'

red 152 ◦ green 74 ◦ blue 23

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

Shades of Saddle Brown #984A17

Tints of Saddle Brown #984A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.72%

 BLUE value IS 23 (9.38% from 255) = 9.24%

R = 61.04%
G = 29.72%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#984A17 (or 0x984A17) is known color: Saddle Brown. HEX triplet: 98, 4A and 17. RGB value is (152,74,23). Sum of RGB (Red+Green+Blue) = 152+74+23=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #984A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A17 is #67B5E8. Grayscale: #5B5B5B. Windows color (decimal): -6796777 or 1526424. OLE color: 1526424.

HSL color Cylindrical-coordinate representation of color #984A17: hue angle of 23.72º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #984A17 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 23 -
CMYK 0 0.51 0.85 0.40
HSL 23.72º 0.74% 0.34% -
HSV(B) 23.72º 0.85% 0.6% -
XYZ 15.55 11.63 2.24 -
YUV 91.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 152 74 23 0 0.51 0.85 0.40 23.72 0.74 0.34
Hex 98 4A 17 0 33 55 28 18 4A 22
Octal 230 112 27 0 63 125 50 30 112 42
Binary 10011000 1001010 10111 0 110011 1010101 101000 11000 1001010 100010

Color Harmonies of #984A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A17

Black with #984A17

Text Example


Text Example

White with #984A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,74,23); }

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

background-color css

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

 a { background-color: rgb(152,74,23); }

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

border-color css

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

 span { border-color: rgb(152,74,23); }

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