Html Css Color HEX #96491B Saddle Brown

📋 copy color: '#96491B'

red 150 ◦ green 73 ◦ blue 27

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

Shades of Saddle Brown #96491B

Tints of Saddle Brown #96491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 60%
G = 29.2%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#96491B (or 0x96491B) is known color: Saddle Brown. HEX triplet: 96, 49 and 1B. RGB value is (150,73,27). Sum of RGB (Red+Green+Blue) = 150+73+27=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96491B is #69B6E4. Grayscale: #5B5B5B. Windows color (decimal): -6928101 or 1788310. OLE color: 1788310.

HSL color Cylindrical-coordinate representation of color #96491B: hue angle of 22.44º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96491B is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 27 -
CMYK 0 0.51 0.82 0.41
HSL 22.44º 0.69% 0.35% -
HSV(B) 22.44º 0.82% 0.59% -
XYZ 15.16 11.33 2.42 -
YUV 90.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 150 73 27 0 0.51 0.82 0.41 22.44 0.69 0.35
Hex 96 49 1B 0 33 52 29 16 45 23
Octal 226 111 33 0 63 122 51 26 105 43
Binary 10010110 1001001 11011 0 110011 1010010 101001 10110 1000101 100011

Color Harmonies of #96491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96491B

Black with #96491B

Text Example


Text Example

White with #96491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96491B; }

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

 H1.HeaderClassName
 {
   color: #96491B;
 }
 .AnyTagClassName
 {
   color: #96491B;
 }
</style>

background-color css

<style>
 a { background-color: #96491B; }

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

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

border-color css

<style>
 span { border-color: #96491B; }

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

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