Html Css Color HEX #984918 Saddle Brown

📋 copy color: '#984918'

red 152 ◦ green 73 ◦ blue 24

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

Shades of Saddle Brown #984918

Tints of Saddle Brown #984918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 61.04%
G = 29.32%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#984918 (or 0x984918) is known color: Saddle Brown. HEX triplet: 98, 49 and 18. RGB value is (152,73,24). Sum of RGB (Red+Green+Blue) = 152+73+24=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #984918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984918 is #67B6E7. Grayscale: #5B5B5B. Windows color (decimal): -6797032 or 1591704. OLE color: 1591704.

HSL color Cylindrical-coordinate representation of color #984918: hue angle of 22.97º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #984918 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 24 -
CMYK 0 0.52 0.84 0.40
HSL 22.97º 0.73% 0.35% -
HSV(B) 22.97º 0.84% 0.6% -
XYZ 15.5 11.51 2.27 -
YUV 91.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 152 73 24 0 0.52 0.84 0.40 22.97 0.73 0.35
Hex 98 49 18 0 34 54 28 17 49 23
Octal 230 111 30 0 64 124 50 27 111 43
Binary 10011000 1001001 11000 0 110100 1010100 101000 10111 1001001 100011

Color Harmonies of #984918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984918

Black with #984918

Text Example


Text Example

White with #984918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984918; }

 p { color: rgb(152,73,24); }

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

background-color css

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

 a { background-color: rgb(152,73,24); }

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

border-color css

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

 span { border-color: rgb(152,73,24); }

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