Html Css Color HEX #98520E Saddle Brown

📋 copy color: '#98520E'

red 152 ◦ green 82 ◦ blue 14

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

Shades of Saddle Brown #98520E

Tints of Saddle Brown #98520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 61.29%
G = 33.06%
B = 5.65%

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

#98520E (or 0x98520E) is known color: Saddle Brown. HEX triplet: 98, 52 and 0E. RGB value is (152,82,14). Sum of RGB (Red+Green+Blue) = 152+82+14=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98520E is #67ADF1. Grayscale: #5F5F5F. Windows color (decimal): -6794738 or 938648. OLE color: 938648.

HSL color Cylindrical-coordinate representation of color #98520E: hue angle of 29.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98520E is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 82 14 -
CMYK 0 0.46 0.91 0.40
HSL 29.57º 0.83% 0.33% -
HSV(B) 29.57º 0.91% 0.6% -
XYZ 16.05 12.74 2.03 -
YUV 95.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 152 82 14 0 0.46 0.91 0.40 29.57 0.83 0.33
Hex 98 52 E 0 2E 5B 28 1E 53 21
Octal 230 122 16 0 56 133 50 36 123 41
Binary 10011000 1010010 1110 0 101110 1011011 101000 11110 1010011 100001

Color Harmonies of #98520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98520E

Black with #98520E

Text Example


Text Example

White with #98520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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