#93401A

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

Shades of Saddle Brown #93401A

Tints of Saddle Brown #93401A

Color information

#93401A (or 0x93401A) is unknown color: approx Saddle Brown. HEX triplet: 93, 40 and 1A. RGB value is (147,64,26). Sum of RGB (Red+Green+Blue) = 147+64+26=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #93401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93401A is #6CBFE5. Grayscale: #545454. Windows color (decimal): -7127014 or 1720467. OLE color: 1720467.

HSL color Cylindrical-coordinate representation of color #93401A: hue angle of 18.84º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93401A is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1476426-
CMYK00.560.820.42
HSL18.84º69.94%33.92%-
HSV(B)18.84º82.31%57.65%-
XYZ14.059.942.16-
YUV84.4895172.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.03%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=62.03%
G=27.00%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147642600.560.820.4218.8469.9433.92
Hex93401A038522A134622
Octal22310032070122522310642
Binary1001001110000001101001110001010010101010100111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93401A; }

 p { color: rgb(147,64,26); }

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

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

 a { background-color: rgb(147,64,26); }

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

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

 span { border-color: rgb(147,64,26); }

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