Html Css Color HEX #584A30 Punga

📋 copy color: '#584A30'

red 88 ◦ green 74 ◦ blue 48

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

Shades of Punga #584A30

Tints of Punga #584A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 41.9%
G = 35.24%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#584A30 (or 0x584A30) is known color: Punga. HEX triplet: 58, 4A and 30. RGB value is (88,74,48). Sum of RGB (Red+Green+Blue) = 88+74+48=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #584A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A30 is #A7B5CF. Grayscale: #4B4B4B. Windows color (decimal): -10991056 or 3164760. OLE color: 3164760.

HSL color Cylindrical-coordinate representation of color #584A30: hue angle of 39º 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 #584A30 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 48 -
CMYK 0 0.16 0.45 0.65
HSL 39º 0.29% 0.27% -
HSV(B) 39º 0.45% 0.35% -
XYZ 7.01 7.19 3.81 -
YUV 75.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 88 74 48 0 0.16 0.45 0.65 39 0.29 0.27
Hex 58 4A 30 0 10 2D 41 27 1D 1B
Octal 130 112 60 0 20 55 101 47 35 33
Binary 1011000 1001010 110000 0 10000 101101 1000001 100111 11101 11011

Color Harmonies of #584A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A30

Black with #584A30

Text Example


Text Example

White with #584A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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