Html Css Color HEX #584C30 Punga

📋 copy color: '#584C30'

red 88 ◦ green 76 ◦ blue 48

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

Shades of Punga #584C30

Tints of Punga #584C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.85%

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

R = 41.51%
G = 35.85%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#584C30 (or 0x584C30) is known color: Punga. HEX triplet: 58, 4C and 30. RGB value is (88,76,48). Sum of RGB (Red+Green+Blue) = 88+76+48=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #584C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C30 is #A7B3CF. Grayscale: #4C4C4C. Windows color (decimal): -10990544 or 3165272. OLE color: 3165272.

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

Color convert

RGB 88 76 48 -
CMYK 0 0.14 0.45 0.65
HSL 42º 0.29% 0.27% -
HSV(B) 42º 0.45% 0.35% -
XYZ 7.14 7.46 3.86 -
YUV 76.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 88 76 48 0 0.14 0.45 0.65 42 0.29 0.27
Hex 58 4C 30 0 E 2D 41 2A 1D 1B
Octal 130 114 60 0 16 55 101 52 35 33
Binary 1011000 1001100 110000 0 1110 101101 1000001 101010 11101 11011

Color Harmonies of #584C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C30

Black with #584C30

Text Example


Text Example

White with #584C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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