Html Css Color HEX #96310B Saddle Brown

📋 copy color: '#96310B'

red 150 ◦ green 49 ◦ blue 11

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

Shades of Saddle Brown #96310B

Tints of Saddle Brown #96310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 71.43%
G = 23.33%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96310B (or 0x96310B) is known color: Saddle Brown. HEX triplet: 96, 31 and 0B. RGB value is (150,49,11). Sum of RGB (Red+Green+Blue) = 150+49+11=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96310B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96310B is #69CEF4. Grayscale: #4B4B4B. Windows color (decimal): -6934261 or 733590. OLE color: 733590.

HSL color Cylindrical-coordinate representation of color #96310B: hue angle of 16.4º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96310B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 11 -
CMYK 0 0.67 0.93 0.41
HSL 16.4º 0.86% 0.32% -
HSV(B) 16.4º 0.93% 0.59% -
XYZ 13.74 8.7 1.27 -
YUV 74.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 150 49 11 0 0.67 0.93 0.41 16.4 0.86 0.32
Hex 96 31 B 0 43 5D 29 10 56 20
Octal 226 61 13 0 103 135 51 20 126 40
Binary 10010110 110001 1011 0 1000011 1011101 101001 10000 1010110 100000

Color Harmonies of #96310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96310B

Black with #96310B

Text Example


Text Example

White with #96310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,49,11); }

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

background-color css

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

 a { background-color: rgb(150,49,11); }

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

border-color css

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

 span { border-color: rgb(150,49,11); }

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