Html Css Color HEX #96360D Saddle Brown

📋 copy color: '#96360D'

red 150 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #96360D

Tints of Saddle Brown #96360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 69.12%
G = 24.88%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96360D (or 0x96360D) is known color: Saddle Brown. HEX triplet: 96, 36 and 0D. RGB value is (150,54,13). Sum of RGB (Red+Green+Blue) = 150+54+13=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96360D is #69C9F2. Grayscale: #4E4E4E. Windows color (decimal): -6932979 or 865942. OLE color: 865942.

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

Color convert

RGB 150 54 13 -
CMYK 0 0.64 0.91 0.41
HSL 17.96º 0.84% 0.32% -
HSV(B) 17.96º 0.91% 0.59% -
XYZ 13.97 9.15 1.41 -
YUV 78.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 150 54 13 0 0.64 0.91 0.41 17.96 0.84 0.32
Hex 96 36 D 0 40 5B 29 12 54 20
Octal 226 66 15 0 100 133 51 22 124 40
Binary 10010110 110110 1101 0 1000000 1011011 101001 10010 1010100 100000

Color Harmonies of #96360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96360D

Black with #96360D

Text Example


Text Example

White with #96360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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