Html Css Color HEX #99520C Saddle Brown

📋 copy color: '#99520C'

red 153 ◦ green 82 ◦ blue 12

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

Shades of Saddle Brown #99520C

Tints of Saddle Brown #99520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 61.94%
G = 33.2%
B = 4.86%

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

#99520C (or 0x99520C) is known color: Saddle Brown. HEX triplet: 99, 52 and 0C. RGB value is (153,82,12). Sum of RGB (Red+Green+Blue) = 153+82+12=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99520C is #66ADF3. Grayscale: #5F5F5F. Windows color (decimal): -6729204 or 807577. OLE color: 807577.

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

Color convert

RGB 153 82 12 -
CMYK 0 0.46 0.92 0.4
HSL 29.79º 0.85% 0.32% -
HSV(B) 29.79º 0.92% 0.6% -
XYZ 16.22 12.83 1.97 -
YUV 95.25 81.02 169.19 -
System Red Green Blue C M Y K H S L
Decimal 153 82 12 0 0.46 0.92 0.4 29.79 0.85 0.32
Hex 99 52 C 0 2E 5C 28 1E 55 20
Octal 231 122 14 0 56 134 50 36 125 40
Binary 10011001 1010010 1100 0 101110 1011100 101000 11110 1010101 100000

Color Harmonies of #99520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99520C

Black with #99520C

Text Example


Text Example

White with #99520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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