Html Css Color HEX #96490D Saddle Brown

📋 copy color: '#96490D'

red 150 ◦ green 73 ◦ blue 13

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

Shades of Saddle Brown #96490D

Tints of Saddle Brown #96490D

RGB

 RED value IS 150 (58.98% from 255) = 63.56%

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 63.56%
G = 30.93%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96490D (or 0x96490D) is known color: Saddle Brown. HEX triplet: 96, 49 and 0D. RGB value is (150,73,13). Sum of RGB (Red+Green+Blue) = 150+73+13=236 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.56% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 150 - color contains mainly: red. Hex color #96490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96490D is #69B6F2. Grayscale: #595959. Windows color (decimal): -6928115 or 870806. OLE color: 870806.

HSL color Cylindrical-coordinate representation of color #96490D: hue angle of 26.28º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96490D is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 13 -
CMYK 0 0.51 0.91 0.41
HSL 26.28º 0.84% 0.32% -
HSV(B) 26.28º 0.91% 0.59% -
XYZ 15.03 11.28 1.77 -
YUV 89.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 150 73 13 0 0.51 0.91 0.41 26.28 0.84 0.32
Hex 96 49 D 0 33 5B 29 1A 54 20
Octal 226 111 15 0 63 133 51 32 124 40
Binary 10010110 1001001 1101 0 110011 1011011 101001 11010 1010100 100000

Color Harmonies of #96490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96490D

Black with #96490D

Text Example


Text Example

White with #96490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96490D; }

 p { color: rgb(150,73,13); }

 H1.HeaderClassName
 {
   color: #96490D;
 }
 .AnyTagClassName
 {
   color: #96490D;
 }
</style>

background-color css

<style>
 a { background-color: #96490D; }

 a { background-color: rgb(150,73,13); }

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

border-color css

<style>
 span { border-color: #96490D; }

 span { border-color: rgb(150,73,13); }

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