Html Css Color HEX #984914 Saddle Brown

📋 copy color: '#984914'

red 152 ◦ green 73 ◦ blue 20

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

Shades of Saddle Brown #984914

Tints of Saddle Brown #984914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 62.04%
G = 29.8%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984914 (or 0x984914) is known color: Saddle Brown. HEX triplet: 98, 49 and 14. RGB value is (152,73,20). Sum of RGB (Red+Green+Blue) = 152+73+20=245 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.04% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 152 - color contains mainly: red. Hex color #984914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984914 is #67B6EB. Grayscale: #5A5A5A. Windows color (decimal): -6797036 or 1329560. OLE color: 1329560.

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

Color convert

RGB 152 73 20 -
CMYK 0 0.52 0.87 0.40
HSL 24.09º 0.77% 0.34% -
HSV(B) 24.09º 0.87% 0.6% -
XYZ 15.46 11.49 2.07 -
YUV 90.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 152 73 20 0 0.52 0.87 0.40 24.09 0.77 0.34
Hex 98 49 14 0 34 57 28 18 4D 22
Octal 230 111 24 0 64 127 50 30 115 42
Binary 10011000 1001001 10100 0 110100 1010111 101000 11000 1001101 100010

Color Harmonies of #984914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984914

Black with #984914

Text Example


Text Example

White with #984914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984914; }

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

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

background-color css

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

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

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

border-color css

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

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

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