Html Css Color HEX #99350A Saddle Brown

📋 copy color: '#99350A'

red 153 ◦ green 53 ◦ blue 10

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

Shades of Saddle Brown #99350A

Tints of Saddle Brown #99350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 70.83%
G = 24.54%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99350A (or 0x99350A) is known color: Saddle Brown. HEX triplet: 99, 35 and 0A. RGB value is (153,53,10). Sum of RGB (Red+Green+Blue) = 153+53+10=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99350A is #66CAF5. Grayscale: #4E4E4E. Windows color (decimal): -6736630 or 669081. OLE color: 669081.

HSL color Cylindrical-coordinate representation of color #99350A: hue angle of 18.04º 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 #99350A is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 53 10 -
CMYK 0 0.65 0.93 0.4
HSL 18.04º 0.88% 0.32% -
HSV(B) 18.04º 0.93% 0.6% -
XYZ 14.46 9.34 1.33 -
YUV 78 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 153 53 10 0 0.65 0.93 0.4 18.04 0.88 0.32
Hex 99 35 A 0 41 5D 28 12 58 20
Octal 231 65 12 0 101 135 50 22 130 40
Binary 10011001 110101 1010 0 1000001 1011101 101000 10010 1011000 100000

Color Harmonies of #99350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99350A

Black with #99350A

Text Example


Text Example

White with #99350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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