#534B3A

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

Shades of Punga #534B3A

Tints of Punga #534B3A

Color information

#534B3A (or 0x534B3A) is unknown color: approx Punga. HEX triplet: 53, 4B and 3A. RGB value is (83,75,58). Sum of RGB (Red+Green+Blue) = 83+75+58=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3A is #ACB4C5. Grayscale: #4B4B4B. Windows color (decimal): -11318470 or 3820371. OLE color: 3820371.

HSL color Cylindrical-coordinate representation of color #534B3A: hue angle of 40.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534B3A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB837558-
CMYK00.100.300.67
HSL40.8º17.73%27.65%-
HSV(B)40.8º30.12%32.55%-
XYZ6.857.185.03-
YUV75.45118.15133.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.43%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=38.43%
G=34.72%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83755800.100.300.6740.817.7327.65
Hex534B3A0A1E4329121c
Octal1231137201236103512234
Binary10100111001011111010010101111010000111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,75,58); }

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

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

 a { background-color: rgb(83,75,58); }

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

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

 span { border-color: rgb(83,75,58); }

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