Html Css Color HEX #584C34 Punga

📋 copy color: '#584C34'

red 88 ◦ green 76 ◦ blue 52

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

Shades of Punga #584C34

Tints of Punga #584C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 40.74%
G = 35.19%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#584C34 (or 0x584C34) is known color: Punga. HEX triplet: 58, 4C and 34. RGB value is (88,76,52). Sum of RGB (Red+Green+Blue) = 88+76+52=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #584C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584C34 is #A7B3CB. Grayscale: #4C4C4C. Windows color (decimal): -10990540 or 3427416. OLE color: 3427416.

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

Color convert

RGB 88 76 52 -
CMYK 0 0.14 0.41 0.65
HSL 40º 0.26% 0.27% -
HSV(B) 40º 0.41% 0.35% -
XYZ 7.23 7.49 4.31 -
YUV 76.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 88 76 52 0 0.14 0.41 0.65 40 0.26 0.27
Hex 58 4C 34 0 E 29 41 28 1A 1B
Octal 130 114 64 0 16 51 101 50 32 33
Binary 1011000 1001100 110100 0 1110 101001 1000001 101000 11010 11011

Color Harmonies of #584C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C34

Black with #584C34

Text Example


Text Example

White with #584C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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