Html Css Color HEX #984913 Saddle Brown

📋 copy color: '#984913'

red 152 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #984913

Tints of Saddle Brown #984913

RGB

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

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

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

R = 62.3%
G = 29.92%
B = 7.79%

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

#984913 (or 0x984913) is known color: Saddle Brown. HEX triplet: 98, 49 and 13. RGB value is (152,73,19). Sum of RGB (Red+Green+Blue) = 152+73+19=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #984913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984913 is #67B6EC. Grayscale: #5A5A5A. Windows color (decimal): -6797037 or 1264024. OLE color: 1264024.

HSL color Cylindrical-coordinate representation of color #984913: hue angle of 24.36º 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 #984913 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 19 -
CMYK 0 0.52 0.87 0.40
HSL 24.36º 0.78% 0.34% -
HSV(B) 24.36º 0.88% 0.6% -
XYZ 15.45 11.49 2.02 -
YUV 90.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 152 73 19 0 0.52 0.87 0.40 24.36 0.78 0.34
Hex 98 49 13 0 34 57 28 18 4E 22
Octal 230 111 23 0 64 127 50 30 116 42
Binary 10011000 1001001 10011 0 110100 1010111 101000 11000 1001110 100010

Color Harmonies of #984913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984913

Black with #984913

Text Example


Text Example

White with #984913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984913; }

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

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

background-color css

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

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

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

border-color css

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

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

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