Html Css Color HEX #98520D Saddle Brown

📋 copy color: '#98520D'

red 152 ◦ green 82 ◦ blue 13

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

Shades of Saddle Brown #98520D

Tints of Saddle Brown #98520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 61.54%
G = 33.2%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98520D (or 0x98520D) is known color: Saddle Brown. HEX triplet: 98, 52 and 0D. RGB value is (152,82,13). Sum of RGB (Red+Green+Blue) = 152+82+13=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98520D is #67ADF2. Grayscale: #5F5F5F. Windows color (decimal): -6794739 or 873112. OLE color: 873112.

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

Color convert

RGB 152 82 13 -
CMYK 0 0.46 0.91 0.40
HSL 29.78º 0.84% 0.32% -
HSV(B) 29.78º 0.91% 0.6% -
XYZ 16.04 12.74 1.99 -
YUV 95.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 152 82 13 0 0.46 0.91 0.40 29.78 0.84 0.32
Hex 98 52 D 0 2E 5B 28 1E 54 20
Octal 230 122 15 0 56 133 50 36 124 40
Binary 10011000 1010010 1101 0 101110 1011011 101000 11110 1010100 100000

Color Harmonies of #98520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98520D

Black with #98520D

Text Example


Text Example

White with #98520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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