#934E1C

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

Shades of Saddle Brown #934E1C

Tints of Saddle Brown #934E1C

Color information

#934E1C (or 0x934E1C) is unknown color: approx Saddle Brown. HEX triplet: 93, 4E and 1C. RGB value is (147,78,28). Sum of RGB (Red+Green+Blue) = 147+78+28=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #934E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934E1C is #6CB1E3. Grayscale: #5D5D5D. Windows color (decimal): -7123428 or 1855123. OLE color: 1855123.

HSL color Cylindrical-coordinate representation of color #934E1C: hue angle of 25.21º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #934E1C is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB1477828-
CMYK00.470.810.42
HSL25.21º68%34.31%-
HSV(B)25.21º80.95%57.65%-
XYZ14.9711.742.57-
YUV92.9391.36166.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.10%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=58.10%
G=30.83%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147782800.470.810.4225.216834.31
Hex934E1C02F512A194422
Octal22311634057121523110442
Binary1001001110011101110001011111010001101010110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934E1C; }

 p { color: rgb(147,78,28); }

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

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

 a { background-color: rgb(147,78,28); }

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

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

 span { border-color: rgb(147,78,28); }

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