Html Css Color HEX #984513 Saddle Brown

📋 copy color: '#984513'

red 152 ◦ green 69 ◦ blue 19

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

Shades of Saddle Brown #984513

Tints of Saddle Brown #984513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 63.33%
G = 28.75%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#984513 (or 0x984513) is known color: Saddle Brown. HEX triplet: 98, 45 and 13. RGB value is (152,69,19). Sum of RGB (Red+Green+Blue) = 152+69+19=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #984513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984513 is #67BAEC. Grayscale: #585858. Windows color (decimal): -6798061 or 1263000. OLE color: 1263000.

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

Color convert

RGB 152 69 19 -
CMYK 0 0.55 0.87 0.40
HSL 22.56º 0.78% 0.34% -
HSV(B) 22.56º 0.88% 0.6% -
XYZ 15.19 10.98 1.93 -
YUV 88.12 89 173.57 -
System Red Green Blue C M Y K H S L
Decimal 152 69 19 0 0.55 0.87 0.40 22.56 0.78 0.34
Hex 98 45 13 0 37 57 28 17 4E 22
Octal 230 105 23 0 67 127 50 27 116 42
Binary 10011000 1000101 10011 0 110111 1010111 101000 10111 1001110 100010

Color Harmonies of #984513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984513

Black with #984513

Text Example


Text Example

White with #984513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984513; }

 p { color: rgb(152,69,19); }

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

background-color css

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

 a { background-color: rgb(152,69,19); }

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

border-color css

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

 span { border-color: rgb(152,69,19); }

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