Html Css Color HEX #99350E Saddle Brown

📋 copy color: '#99350E'

red 153 ◦ green 53 ◦ blue 14

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

Shades of Saddle Brown #99350E

Tints of Saddle Brown #99350E

RGB

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

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

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

R = 69.55%
G = 24.09%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99350E (or 0x99350E) is known color: Saddle Brown. HEX triplet: 99, 35 and 0E. RGB value is (153,53,14). Sum of RGB (Red+Green+Blue) = 153+53+14=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99350E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99350E is #66CAF1. Grayscale: #4E4E4E. Windows color (decimal): -6736626 or 931225. OLE color: 931225.

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

Color convert

RGB 153 53 14 -
CMYK 0 0.65 0.91 0.4
HSL 16.83º 0.83% 0.33% -
HSV(B) 16.83º 0.91% 0.6% -
XYZ 14.49 9.35 1.46 -
YUV 78.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 153 53 14 0 0.65 0.91 0.4 16.83 0.83 0.33
Hex 99 35 E 0 41 5B 28 11 53 21
Octal 231 65 16 0 101 133 50 21 123 41
Binary 10011001 110101 1110 0 1000001 1011011 101000 10001 1010011 100001

Color Harmonies of #99350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99350E

Black with #99350E

Text Example


Text Example

White with #99350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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