#574B30

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

Shades of Punga #574B30

Tints of Punga #574B30

Color information

#574B30 (or 0x574B30) is unknown color: approx Punga. HEX triplet: 57, 4B and 30. RGB value is (87,75,48). Sum of RGB (Red+Green+Blue) = 87+75+48=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #574B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B30 is #A8B4CF. Grayscale: #4B4B4B. Windows color (decimal): -11056336 or 3165015. OLE color: 3165015.

HSL color Cylindrical-coordinate representation of color #574B30: hue angle of 41.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574B30 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB877548-
CMYK00.140.450.66
HSL41.54º28.89%26.47%-
HSV(B)41.54º44.83%34.12%-
XYZ6.987.273.83-
YUV75.51112.48136.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 22.86%
R=41.43%
G=35.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87754800.140.450.6641.5428.8926.47
Hex574B300E2D422a1d1a
Octal1271136001655102523532
Binary101011110010111100000111010110110000101010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574B30; }

 p { color: rgb(87,75,48); }

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

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

 a { background-color: rgb(87,75,48); }

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

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

 span { border-color: rgb(87,75,48); }

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