Html Css Color HEX #584930 Punga

📋 copy color: '#584930'

red 88 ◦ green 73 ◦ blue 48

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

Shades of Punga #584930

Tints of Punga #584930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.93%

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

R = 42.11%
G = 34.93%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#584930 (or 0x584930) is known color: Punga. HEX triplet: 58, 49 and 30. RGB value is (88,73,48). Sum of RGB (Red+Green+Blue) = 88+73+48=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #584930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584930 is #A7B6CF. Grayscale: #4A4A4A. Windows color (decimal): -10991312 or 3164504. OLE color: 3164504.

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

Color convert

RGB 88 73 48 -
CMYK 0 0.17 0.45 0.65
HSL 37.5º 0.29% 0.27% -
HSV(B) 37.5º 0.45% 0.35% -
XYZ 6.94 7.05 3.79 -
YUV 74.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 88 73 48 0 0.17 0.45 0.65 37.5 0.29 0.27
Hex 58 49 30 0 11 2D 41 26 1D 1B
Octal 130 111 60 0 21 55 101 46 35 33
Binary 1011000 1001001 110000 0 10001 101101 1000001 100110 11101 11011

Color Harmonies of #584930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584930

Black with #584930

Text Example


Text Example

White with #584930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584930; }

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

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

background-color css

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

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

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

border-color css

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

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

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