#935414

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

Shades of Saddle Brown #935414

Tints of Saddle Brown #935414

Color information

#935414 (or 0x935414) is unknown color: approx Saddle Brown. HEX triplet: 93, 54 and 14. RGB value is (147,84,20). Sum of RGB (Red+Green+Blue) = 147+84+20=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #935414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935414 is #6CABEB. Grayscale: #5F5F5F. Windows color (decimal): -7121900 or 1332371. OLE color: 1332371.

HSL color Cylindrical-coordinate representation of color #935414: hue angle of 30.24º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #935414 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1478420-
CMYK00.430.860.42
HSL30.24º76.05%32.75%-
HSV(B)30.24º86.39%57.65%-
XYZ15.3312.592.28-
YUV95.5485.37164.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=58.57%
G=33.47%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147842000.430.860.4230.2476.0532.75
Hex93541402B562A1e4c21
Octal22312424053126523611441
Binary1001001110101001010001010111010110101010111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935414; }

 p { color: rgb(147,84,20); }

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

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

 a { background-color: rgb(147,84,20); }

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

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

 span { border-color: rgb(147,84,20); }

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