#834545

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

Shades of Lotus #834545

Tints of Lotus #834545

Color information

#834545 (or 0x834545) is unknown color: approx Lotus. HEX triplet: 83, 45 and 45. RGB value is (131,69,69). Sum of RGB (Red+Green+Blue) = 131+69+69=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834545 is #7CBABA. Grayscale: #575757. Windows color (decimal): -8174267 or 4539779. OLE color: 4539779.

HSL color Cylindrical-coordinate representation of color #834545: hue angle of 0º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834545 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB1316969-
CMYK00.470.470.49
HSL31%39.22%-
HSV(B)47.33%51.37%-
XYZ12.569.516.8-
YUV87.54117.54159-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=48.70%
G=25.65%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131696900.470.470.4903139.22
Hex83454502F2F3101f27
Octal203105105057576103747
Binary10000011100010110001010101111101111110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834545; }

 p { color: rgb(131,69,69); }

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

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

 a { background-color: rgb(131,69,69); }

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

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

 span { border-color: rgb(131,69,69); }

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