#96380E

Color #96380E Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #96380E

Tints of Saddle Brown #96380E

Color information

#96380E (or 0x96380E) is unknown color: approx Saddle Brown. HEX triplet: 96, 38 and 0E. RGB value is (150,56,14). Sum of RGB (Red+Green+Blue) = 150+56+14=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #96380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96380E is #69C7F1. Grayscale: #4F4F4F. Windows color (decimal): -6932466 or 931990. OLE color: 931990.

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

Color convert

RGB1505614-
CMYK00.630.910.41
HSL18.53º82.93%32.16%-
HSV(B)18.53º90.67%58.82%-
XYZ14.079.341.48-
YUV79.3291.14178.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 68.18%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=68.18%
G=25.45%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150561400.630.910.4118.5382.9332.16
Hex9638E03F5B29135320
Octal2267016077133512312340
Binary10010110111000111001111111011011101001100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96380E; }

 p { color: rgb(150,56,14); }

 H1.HeaderClassName
 {
   color: #96380E;
 }
 .AnyTagClassName
 {
   color: #96380E;
 }
</style>
background-color css

<style>
 a { background-color: #96380E; }

 a { background-color: rgb(150,56,14); }

 div.DivClassName
 {
   background-color: #96380E;
 }
 .BgClassName
 {
   background-color: #96380E;
 }
</style>
border-color css

<style>
 span { border-color: #96380E; }

 span { border-color: rgb(150,56,14); }

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