Html Css Color HEX #96370C Saddle Brown

📋 copy color: '#96370C'

red 150 ◦ green 55 ◦ blue 12

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

Shades of Saddle Brown #96370C

Tints of Saddle Brown #96370C

RGB

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

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

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

R = 69.12%
G = 25.35%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96370C (or 0x96370C) is known color: Saddle Brown. HEX triplet: 96, 37 and 0C. RGB value is (150,55,12). Sum of RGB (Red+Green+Blue) = 150+55+12=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96370C is #69C8F3. Grayscale: #4E4E4E. Windows color (decimal): -6932724 or 800662. OLE color: 800662.

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

Color convert

RGB 150 55 12 -
CMYK 0 0.63 0.92 0.41
HSL 18.7º 0.85% 0.32% -
HSV(B) 18.7º 0.92% 0.59% -
XYZ 14.01 9.24 1.39 -
YUV 78.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 150 55 12 0 0.63 0.92 0.41 18.7 0.85 0.32
Hex 96 37 C 0 3F 5C 29 13 55 20
Octal 226 67 14 0 77 134 51 23 125 40
Binary 10010110 110111 1100 0 111111 1011100 101001 10011 1010101 100000

Color Harmonies of #96370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96370C

Black with #96370C

Text Example


Text Example

White with #96370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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