#534B35

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

Shades of Punga #534B35

Tints of Punga #534B35

Color information

#534B35 (or 0x534B35) is unknown color: approx Punga. HEX triplet: 53, 4B and 35. RGB value is (83,75,53). Sum of RGB (Red+Green+Blue) = 83+75+53=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B35 is #ACB4CA. Grayscale: #4A4A4A. Windows color (decimal): -11318475 or 3492691. OLE color: 3492691.

HSL color Cylindrical-coordinate representation of color #534B35: hue angle of 44º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534B35 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB837553-
CMYK00.100.360.67
HSL44º22.06%26.67%-
HSV(B)44º36.14%32.55%-
XYZ6.737.134.39-
YUV74.88115.65133.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=39.34%
G=35.55%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83755300.100.360.674422.0626.67
Hex534B350A24432c161b
Octal1231136501244103542633
Binary101001110010111101010101010010010000111011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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