Html Css Color HEX #99440A Saddle Brown

📋 copy color: '#99440A'

red 153 ◦ green 68 ◦ blue 10

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

Shades of Saddle Brown #99440A

Tints of Saddle Brown #99440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 66.23%
G = 29.44%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99440A (or 0x99440A) is known color: Saddle Brown. HEX triplet: 99, 44 and 0A. RGB value is (153,68,10). Sum of RGB (Red+Green+Blue) = 153+68+10=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99440A is #66BBF5. Grayscale: #575757. Windows color (decimal): -6732790 or 672921. OLE color: 672921.

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

Color convert

RGB 153 68 10 -
CMYK 0 0.56 0.93 0.4
HSL 24.34º 0.88% 0.32% -
HSV(B) 24.34º 0.93% 0.6% -
XYZ 15.26 10.93 1.59 -
YUV 86.8 84.66 175.22 -
System Red Green Blue C M Y K H S L
Decimal 153 68 10 0 0.56 0.93 0.4 24.34 0.88 0.32
Hex 99 44 A 0 38 5D 28 18 58 20
Octal 231 104 12 0 70 135 50 30 130 40
Binary 10011001 1000100 1010 0 111000 1011101 101000 11000 1011000 100000

Color Harmonies of #99440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99440A

Black with #99440A

Text Example


Text Example

White with #99440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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