#534A2E

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

Shades of Punga #534A2E

Tints of Punga #534A2E

Color information

#534A2E (or 0x534A2E) is unknown color: approx Punga. HEX triplet: 53, 4A and 2E. RGB value is (83,74,46). Sum of RGB (Red+Green+Blue) = 83+74+46=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2E is #ACB5D1. Grayscale: #494949. Windows color (decimal): -11318738 or 3033683. OLE color: 3033683.

HSL color Cylindrical-coordinate representation of color #534A2E: hue angle of 45.41º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534A2E is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB837446-
CMYK00.110.450.67
HSL45.41º28.68%25.29%-
HSV(B)45.41º44.58%32.55%-
XYZ6.516.933.58-
YUV73.5112.48134.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=40.89%
G=36.45%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83744600.110.450.6745.4128.6825.29
Hex534A2E0B2D432d1d19
Octal1231125601355103553531
Binary101001110010101011100101110110110000111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A2E; }

 p { color: rgb(83,74,46); }

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

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

 a { background-color: rgb(83,74,46); }

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

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

 span { border-color: rgb(83,74,46); }

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