#943610

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

Shades of Saddle Brown #943610

Tints of Saddle Brown #943610

Color information

#943610 (or 0x943610) is unknown color: approx Saddle Brown. HEX triplet: 94, 36 and 10. RGB value is (148,54,16). Sum of RGB (Red+Green+Blue) = 148+54+16=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #943610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943610 is #6BC9EF. Grayscale: #4E4E4E. Windows color (decimal): -7064048 or 1062548. OLE color: 1062548.

HSL color Cylindrical-coordinate representation of color #943610: hue angle of 17.27º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #943610 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1485416-
CMYK00.640.890.42
HSL17.27º80.49%32.16%-
HSV(B)17.27º89.19%58.04%-
XYZ13.638.971.5-
YUV77.7793.14178.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 67.89%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 16 (6.64% from 255) = 7.34%
R=67.89%
G=24.77%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148541600.640.890.4217.2780.4932.16
Hex943610040592A115020
Octal22466200100131522112040
Binary1001010011011010000010000001011001101010100011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943610; }

 p { color: rgb(148,54,16); }

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

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

 a { background-color: rgb(148,54,16); }

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

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

 span { border-color: rgb(148,54,16); }

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