#584B30

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

Shades of Punga #584B30

Tints of Punga #584B30

Color information

#584B30 (or 0x584B30) is unknown color: approx Punga. HEX triplet: 58, 4B and 30. RGB value is (88,75,48). Sum of RGB (Red+Green+Blue) = 88+75+48=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #584B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B30 is #A7B4CF. Grayscale: #4B4B4B. Windows color (decimal): -10990800 or 3165016. OLE color: 3165016.

HSL color Cylindrical-coordinate representation of color #584B30: hue angle of 40.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584B30 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB887548-
CMYK00.150.450.65
HSL40.5º29.41%26.67%-
HSV(B)40.5º45.45%34.51%-
XYZ7.077.323.84-
YUV75.81112.31136.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.71%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=41.71%
G=35.55%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88754800.150.450.6540.529.4126.67
Hex584B300F2D41291d1b
Octal1301136001755101513533
Binary101100010010111100000111110110110000011010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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