Html Css Color HEX #584A31 Punga

📋 copy color: '#584A31'

red 88 ◦ green 74 ◦ blue 49

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

Shades of Punga #584A31

Tints of Punga #584A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 41.71%
G = 35.07%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#584A31 (or 0x584A31) is known color: Punga. HEX triplet: 58, 4A and 31. RGB value is (88,74,49). Sum of RGB (Red+Green+Blue) = 88+74+49=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #584A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A31 is #A7B5CE. Grayscale: #4B4B4B. Windows color (decimal): -10991055 or 3230296. OLE color: 3230296.

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

Color convert

RGB 88 74 49 -
CMYK 0 0.16 0.44 0.65
HSL 38.46º 0.28% 0.27% -
HSV(B) 38.46º 0.44% 0.35% -
XYZ 7.03 7.19 3.92 -
YUV 75.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 88 74 49 0 0.16 0.44 0.65 38.46 0.28 0.27
Hex 58 4A 31 0 10 2C 41 26 1C 1B
Octal 130 112 61 0 20 54 101 46 34 33
Binary 1011000 1001010 110001 0 10000 101100 1000001 100110 11100 11011

Color Harmonies of #584A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A31

Black with #584A31

Text Example


Text Example

White with #584A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,74,49); }

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

background-color css

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

 a { background-color: rgb(88,74,49); }

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

border-color css

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

 span { border-color: rgb(88,74,49); }

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