Html Css Color HEX #96340B Saddle Brown

📋 copy color: '#96340B'

red 150 ◦ green 52 ◦ blue 11

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

Shades of Saddle Brown #96340B

Tints of Saddle Brown #96340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 70.42%
G = 24.41%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96340B (or 0x96340B) is known color: Saddle Brown. HEX triplet: 96, 34 and 0B. RGB value is (150,52,11). Sum of RGB (Red+Green+Blue) = 150+52+11=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96340B is #69CBF4. Grayscale: #4C4C4C. Windows color (decimal): -6933493 or 734358. OLE color: 734358.

HSL color Cylindrical-coordinate representation of color #96340B: hue angle of 17.7º 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 #96340B is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 11 -
CMYK 0 0.65 0.93 0.41
HSL 17.7º 0.86% 0.32% -
HSV(B) 17.7º 0.93% 0.59% -
XYZ 13.87 8.96 1.32 -
YUV 76.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 150 52 11 0 0.65 0.93 0.41 17.7 0.86 0.32
Hex 96 34 B 0 41 5D 29 12 56 20
Octal 226 64 13 0 101 135 51 22 126 40
Binary 10010110 110100 1011 0 1000001 1011101 101001 10010 1010110 100000

Color Harmonies of #96340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96340B

Black with #96340B

Text Example


Text Example

White with #96340B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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