#943407

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

Shades of Saddle Brown #943407

Tints of Saddle Brown #943407

Color information

#943407 (or 0x943407) is unknown color: approx Saddle Brown. HEX triplet: 94, 34 and 07. RGB value is (148,52,7). Sum of RGB (Red+Green+Blue) = 148+52+7=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #943407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943407 is #6BCBF8. Grayscale: #4B4B4B. Windows color (decimal): -7064569 or 472212. OLE color: 472212.

HSL color Cylindrical-coordinate representation of color #943407: hue angle of 19.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #943407 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB148527-
CMYK00.650.950.42
HSL19.15º90.97%30.39%-
HSV(B)19.15º95.27%58.04%-
XYZ13.488.771.18-
YUV75.5789.3179.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.50%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=71.50%
G=25.12%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14852700.650.950.4219.1590.9730.39
Hex943470415F2A135b1e
Octal2246470101137522313336
Binary1001010011010011101000001101111110101010011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943407; }

 p { color: rgb(148,52,7); }

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

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

 a { background-color: rgb(148,52,7); }

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

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

 span { border-color: rgb(148,52,7); }

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