Html Css Color HEX #96350C Saddle Brown

📋 copy color: '#96350C'

red 150 ◦ green 53 ◦ blue 12

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

Shades of Saddle Brown #96350C

Tints of Saddle Brown #96350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 69.77%
G = 24.65%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96350C (or 0x96350C) is known color: Saddle Brown. HEX triplet: 96, 35 and 0C. RGB value is (150,53,12). Sum of RGB (Red+Green+Blue) = 150+53+12=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96350C is #69CAF3. Grayscale: #4D4D4D. Windows color (decimal): -6933236 or 800150. OLE color: 800150.

HSL color Cylindrical-coordinate representation of color #96350C: hue angle of 17.83º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96350C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 12 -
CMYK 0 0.65 0.92 0.41
HSL 17.83º 0.85% 0.32% -
HSV(B) 17.83º 0.92% 0.59% -
XYZ 13.92 9.06 1.36 -
YUV 77.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 150 53 12 0 0.65 0.92 0.41 17.83 0.85 0.32
Hex 96 35 C 0 41 5C 29 12 55 20
Octal 226 65 14 0 101 134 51 22 125 40
Binary 10010110 110101 1100 0 1000001 1011100 101001 10010 1010101 100000

Color Harmonies of #96350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96350C

Black with #96350C

Text Example


Text Example

White with #96350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96350C; }

 p { color: rgb(150,53,12); }

 H1.HeaderClassName
 {
   color: #96350C;
 }
 .AnyTagClassName
 {
   color: #96350C;
 }
</style>

background-color css

<style>
 a { background-color: #96350C; }

 a { background-color: rgb(150,53,12); }

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

border-color css

<style>
 span { border-color: #96350C; }

 span { border-color: rgb(150,53,12); }

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