Html Css Color HEX #584D32 Punga

📋 copy color: '#584D32'

red 88 ◦ green 77 ◦ blue 50

#584D32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #584D32

Tints of Punga #584D32

RGB

 RED value IS 88 (34.77% from 255) = 40.93%

 GREEN value IS 77 (30.47% from 255) = 35.81%

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 40.93%
G = 35.81%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#584D32 (or 0x584D32) is known color: Punga. HEX triplet: 58, 4D and 32. RGB value is (88,77,50). Sum of RGB (Red+Green+Blue) = 88+77+50=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #584D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D32 is #A7B2CD. Grayscale: #4D4D4D. Windows color (decimal): -10990286 or 3296600. OLE color: 3296600.

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

Color convert

RGB 88 77 50 -
CMYK 0 0.12 0.43 0.65
HSL 42.63º 0.28% 0.27% -
HSV(B) 42.63º 0.43% 0.35% -
XYZ 7.25 7.61 4.1 -
YUV 77.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 88 77 50 0 0.12 0.43 0.65 42.63 0.28 0.27
Hex 58 4D 32 0 C 2B 41 2B 1C 1B
Octal 130 115 62 0 14 53 101 53 34 33
Binary 1011000 1001101 110010 0 1100 101011 1000001 101011 11100 11011

Color Harmonies of #584D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D32

Black with #584D32

Text Example


Text Example

White with #584D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,50); }

 H1.HeaderClassName
 {
   color: #584D32;
 }
 .AnyTagClassName
 {
   color: #584D32;
 }
</style>

background-color css

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

 a { background-color: rgb(88,77,50); }

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

border-color css

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

 span { border-color: rgb(88,77,50); }

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