Html Css Color HEX #584830 Punga

📋 copy color: '#584830'

red 88 ◦ green 72 ◦ blue 48

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

Shades of Punga #584830

Tints of Punga #584830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 42.31%
G = 34.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#584830 (or 0x584830) is known color: Punga. HEX triplet: 58, 48 and 30. RGB value is (88,72,48). Sum of RGB (Red+Green+Blue) = 88+72+48=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #584830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584830 is #A7B7CF. Grayscale: #4A4A4A. Windows color (decimal): -10991568 or 3164248. OLE color: 3164248.

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

Color convert

RGB 88 72 48 -
CMYK 0 0.18 0.45 0.65
HSL 36º 0.29% 0.27% -
HSV(B) 36º 0.45% 0.35% -
XYZ 6.88 6.92 3.77 -
YUV 74.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 88 72 48 0 0.18 0.45 0.65 36 0.29 0.27
Hex 58 48 30 0 12 2D 41 24 1D 1B
Octal 130 110 60 0 22 55 101 44 35 33
Binary 1011000 1001000 110000 0 10010 101101 1000001 100100 11101 11011

Color Harmonies of #584830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584830

Black with #584830

Text Example


Text Example

White with #584830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584830; }

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

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

background-color css

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

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

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

border-color css

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

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

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