Html Css Color HEX #98310D Saddle Brown

📋 copy color: '#98310D'

red 152 ◦ green 49 ◦ blue 13

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

Shades of Saddle Brown #98310D

Tints of Saddle Brown #98310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

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

R = 71.03%
G = 22.9%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98310D (or 0x98310D) is known color: Saddle Brown. HEX triplet: 98, 31 and 0D. RGB value is (152,49,13). Sum of RGB (Red+Green+Blue) = 152+49+13=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98310D is #67CEF2. Grayscale: #4B4B4B. Windows color (decimal): -6803187 or 864664. OLE color: 864664.

HSL color Cylindrical-coordinate representation of color #98310D: hue angle of 15.54º 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 #98310D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 13 -
CMYK 0 0.68 0.91 0.40
HSL 15.54º 0.84% 0.32% -
HSV(B) 15.54º 0.91% 0.6% -
XYZ 14.12 8.9 1.35 -
YUV 75.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 152 49 13 0 0.68 0.91 0.40 15.54 0.84 0.32
Hex 98 31 D 0 44 5B 28 10 54 20
Octal 230 61 15 0 104 133 50 20 124 40
Binary 10011000 110001 1101 0 1000100 1011011 101000 10000 1010100 100000

Color Harmonies of #98310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98310D

Black with #98310D

Text Example


Text Example

White with #98310D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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