Html Css Color HEX #99520D Saddle Brown

📋 copy color: '#99520D'

red 153 ◦ green 82 ◦ blue 13

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

Shades of Saddle Brown #99520D

Tints of Saddle Brown #99520D

RGB

 RED value IS 153 (60.16% from 255) = 61.69%

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

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

R = 61.69%
G = 33.06%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99520D (or 0x99520D) is known color: Saddle Brown. HEX triplet: 99, 52 and 0D. RGB value is (153,82,13). Sum of RGB (Red+Green+Blue) = 153+82+13=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99520D is #66ADF2. Grayscale: #5F5F5F. Windows color (decimal): -6729203 or 873113. OLE color: 873113.

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

Color convert

RGB 153 82 13 -
CMYK 0 0.46 0.92 0.4
HSL 29.57º 0.84% 0.33% -
HSV(B) 29.57º 0.92% 0.6% -
XYZ 16.23 12.84 2 -
YUV 95.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 153 82 13 0 0.46 0.92 0.4 29.57 0.84 0.33
Hex 99 52 D 0 2E 5C 28 1E 54 21
Octal 231 122 15 0 56 134 50 36 124 41
Binary 10011001 1010010 1101 0 101110 1011100 101000 11110 1010100 100001

Color Harmonies of #99520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99520D

Black with #99520D

Text Example


Text Example

White with #99520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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