#943507

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

Shades of Saddle Brown #943507

Tints of Saddle Brown #943507

Color information

#943507 (or 0x943507) is unknown color: approx Saddle Brown. HEX triplet: 94, 35 and 07. RGB value is (148,53,7). Sum of RGB (Red+Green+Blue) = 148+53+7=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #943507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943507 is #6BCAF8. Grayscale: #4C4C4C. Windows color (decimal): -7064313 or 472468. OLE color: 472468.

HSL color Cylindrical-coordinate representation of color #943507: hue angle of 19.57º 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 #943507 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB148537-
CMYK00.640.950.42
HSL19.57º90.97%30.39%-
HSV(B)19.57º95.27%58.04%-
XYZ13.528.861.2-
YUV76.1688.97179.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.15%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 7 (3.12% from 255) = 3.37%
R=71.15%
G=25.48%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14853700.640.950.4219.5790.9730.39
Hex943570405F2A145b1e
Octal2246570100137522413336
Binary1001010011010111101000000101111110101010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943507; }

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

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

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

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

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

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

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

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