Html Css Color HEX #96320D Saddle Brown

📋 copy color: '#96320D'

red 150 ◦ green 50 ◦ blue 13

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

Shades of Saddle Brown #96320D

Tints of Saddle Brown #96320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 70.42%
G = 23.47%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96320D (or 0x96320D) is known color: Saddle Brown. HEX triplet: 96, 32 and 0D. RGB value is (150,50,13). Sum of RGB (Red+Green+Blue) = 150+50+13=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96320D is #69CDF2. Grayscale: #4B4B4B. Windows color (decimal): -6934003 or 864918. OLE color: 864918.

HSL color Cylindrical-coordinate representation of color #96320D: hue angle of 16.2º 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 #96320D is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 13 -
CMYK 0 0.67 0.91 0.41
HSL 16.2º 0.84% 0.32% -
HSV(B) 16.2º 0.91% 0.59% -
XYZ 13.79 8.79 1.35 -
YUV 75.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 150 50 13 0 0.67 0.91 0.41 16.2 0.84 0.32
Hex 96 32 D 0 43 5B 29 10 54 20
Octal 226 62 15 0 103 133 51 20 124 40
Binary 10010110 110010 1101 0 1000011 1011011 101001 10000 1010100 100000

Color Harmonies of #96320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96320D

Black with #96320D

Text Example


Text Example

White with #96320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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