Html Css Color HEX #574D32 Punga

📋 copy color: '#574D32'

red 87 ◦ green 77 ◦ blue 50

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

Shades of Punga #574D32

Tints of Punga #574D32

RGB

 RED value IS 87 (34.38% from 255) = 40.65%

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 40.65%
G = 35.98%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574D32 (or 0x574D32) is known color: Punga. HEX triplet: 57, 4D and 32. RGB value is (87,77,50). Sum of RGB (Red+Green+Blue) = 87+77+50=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D32 is #A8B2CD. Grayscale: #4D4D4D. Windows color (decimal): -11055822 or 3296599. OLE color: 3296599.

HSL color Cylindrical-coordinate representation of color #574D32: hue angle of 43.78º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574D32 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 77 50 -
CMYK 0 0.11 0.43 0.66
HSL 43.78º 0.27% 0.27% -
HSV(B) 43.78º 0.43% 0.34% -
XYZ 7.16 7.56 4.1 -
YUV 76.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 87 77 50 0 0.11 0.43 0.66 43.78 0.27 0.27
Hex 57 4D 32 0 B 2B 42 2C 1B 1B
Octal 127 115 62 0 13 53 102 54 33 33
Binary 1010111 1001101 110010 0 1011 101011 1000010 101100 11011 11011

Color Harmonies of #574D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D32

Black with #574D32

Text Example


Text Example

White with #574D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D32; }

 p { color: rgb(87,77,50); }

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

background-color css

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

 a { background-color: rgb(87,77,50); }

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

border-color css

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

 span { border-color: rgb(87,77,50); }

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