Html Css Color HEX #96370D Saddle Brown

📋 copy color: '#96370D'

red 150 ◦ green 55 ◦ blue 13

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

Shades of Saddle Brown #96370D

Tints of Saddle Brown #96370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

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

R = 68.81%
G = 25.23%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96370D (or 0x96370D) is known color: Saddle Brown. HEX triplet: 96, 37 and 0D. RGB value is (150,55,13). Sum of RGB (Red+Green+Blue) = 150+55+13=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #96370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96370D is #69C8F2. Grayscale: #4E4E4E. Windows color (decimal): -6932723 or 866198. OLE color: 866198.

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

Color convert

RGB 150 55 13 -
CMYK 0 0.63 0.91 0.41
HSL 18.39º 0.84% 0.32% -
HSV(B) 18.39º 0.91% 0.59% -
XYZ 14.02 9.25 1.43 -
YUV 78.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 150 55 13 0 0.63 0.91 0.41 18.39 0.84 0.32
Hex 96 37 D 0 3F 5B 29 12 54 20
Octal 226 67 15 0 77 133 51 22 124 40
Binary 10010110 110111 1101 0 111111 1011011 101001 10010 1010100 100000

Color Harmonies of #96370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96370D

Black with #96370D

Text Example


Text Example

White with #96370D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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