#94320B

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

Shades of Saddle Brown #94320B

Tints of Saddle Brown #94320B

Color information

#94320B (or 0x94320B) is unknown color: approx Saddle Brown. HEX triplet: 94, 32 and 0B. RGB value is (148,50,11). Sum of RGB (Red+Green+Blue) = 148+50+11=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94320B is #6BCDF4. Grayscale: #4B4B4B. Windows color (decimal): -7065077 or 733844. OLE color: 733844.

HSL color Cylindrical-coordinate representation of color #94320B: hue angle of 17.08º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94320B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1485011-
CMYK00.660.930.42
HSL17.08º86.16%31.18%-
HSV(B)17.08º92.57%58.04%-
XYZ13.418.61.27-
YUV74.8691.97180.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 70.81%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=70.81%
G=23.92%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148501100.660.930.4217.0886.1631.18
Hex9432B0425D2A11561f
Octal22462130102135522112637
Binary10010100110010101101000010101110110101010001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94320B; }

 p { color: rgb(148,50,11); }

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

<style>
 a { background-color: #94320B; }

 a { background-color: rgb(148,50,11); }

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

<style>
 span { border-color: #94320B; }

 span { border-color: rgb(148,50,11); }

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