Html Css Color HEX #99500A Saddle Brown

📋 copy color: '#99500A'

red 153 ◦ green 80 ◦ blue 10

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

Shades of Saddle Brown #99500A

Tints of Saddle Brown #99500A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 62.96%
G = 32.92%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99500A (or 0x99500A) is known color: Saddle Brown. HEX triplet: 99, 50 and 0A. RGB value is (153,80,10). Sum of RGB (Red+Green+Blue) = 153+80+10=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #99500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99500A is #66AFF5. Grayscale: #5E5E5E. Windows color (decimal): -6729718 or 675993. OLE color: 675993.

HSL color Cylindrical-coordinate representation of color #99500A: hue angle of 29.37º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99500A is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 10 -
CMYK 0 0.48 0.93 0.4
HSL 29.37º 0.88% 0.32% -
HSV(B) 29.37º 0.93% 0.6% -
XYZ 16.06 12.53 1.86 -
YUV 93.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 153 80 10 0 0.48 0.93 0.4 29.37 0.88 0.32
Hex 99 50 A 0 30 5D 28 1D 58 20
Octal 231 120 12 0 60 135 50 35 130 40
Binary 10011001 1010000 1010 0 110000 1011101 101000 11101 1011000 100000

Color Harmonies of #99500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99500A

Black with #99500A

Text Example


Text Example

White with #99500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99500A; }

 p { color: rgb(153,80,10); }

 H1.HeaderClassName
 {
   color: #99500A;
 }
 .AnyTagClassName
 {
   color: #99500A;
 }
</style>

background-color css

<style>
 a { background-color: #99500A; }

 a { background-color: rgb(153,80,10); }

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

border-color css

<style>
 span { border-color: #99500A; }

 span { border-color: rgb(153,80,10); }

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