Html Css Color HEX #98490D Saddle Brown

📋 copy color: '#98490D'

red 152 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #98490D

Tints of Saddle Brown #98490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 63.87%
G = 30.67%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98490D (or 0x98490D) is known color: Saddle Brown. HEX triplet: 98, 49 and 0D. RGB value is (152,73,13). Sum of RGB (Red+Green+Blue) = 152+73+13=238 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.87% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 152 - color contains mainly: red. Hex color #98490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98490D is #67B6F2. Grayscale: #5A5A5A. Windows color (decimal): -6797043 or 870808. OLE color: 870808.

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

Color convert

RGB 152 73 13 -
CMYK 0 0.52 0.91 0.40
HSL 25.9º 0.84% 0.32% -
HSV(B) 25.9º 0.91% 0.6% -
XYZ 15.4 11.47 1.78 -
YUV 89.78 84.67 172.38 -
System Red Green Blue C M Y K H S L
Decimal 152 73 13 0 0.52 0.91 0.40 25.9 0.84 0.32
Hex 98 49 D 0 34 5B 28 1A 54 20
Octal 230 111 15 0 64 133 50 32 124 40
Binary 10011000 1001001 1101 0 110100 1011011 101000 11010 1010100 100000

Color Harmonies of #98490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98490D

Black with #98490D

Text Example


Text Example

White with #98490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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