Html Css Color HEX #99441A Saddle Brown

📋 copy color: '#99441A'

red 153 ◦ green 68 ◦ blue 26

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

Shades of Saddle Brown #99441A

Tints of Saddle Brown #99441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.53%

R = 61.94%
G = 27.53%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99441A (or 0x99441A) is known color: Saddle Brown. HEX triplet: 99, 44 and 1A. RGB value is (153,68,26). Sum of RGB (Red+Green+Blue) = 153+68+26=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99441A is #66BBE5. Grayscale: #585858. Windows color (decimal): -6732774 or 1721497. OLE color: 1721497.

HSL color Cylindrical-coordinate representation of color #99441A: hue angle of 19.84º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99441A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 68 26 -
CMYK 0 0.56 0.83 0.4
HSL 19.84º 0.71% 0.35% -
HSV(B) 19.84º 0.83% 0.6% -
XYZ 15.39 10.98 2.29 -
YUV 88.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 153 68 26 0 0.56 0.83 0.4 19.84 0.71 0.35
Hex 99 44 1A 0 38 53 28 14 47 23
Octal 231 104 32 0 70 123 50 24 107 43
Binary 10011001 1000100 11010 0 111000 1010011 101000 10100 1000111 100011

Color Harmonies of #99441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99441A

Black with #99441A

Text Example


Text Example

White with #99441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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