Html Css Color HEX #574932 Punga

📋 copy color: '#574932'

red 87 ◦ green 73 ◦ blue 50

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

Shades of Punga #574932

Tints of Punga #574932

RGB

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

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

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

R = 41.43%
G = 34.76%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574932 (or 0x574932) is known color: Punga. HEX triplet: 57, 49 and 32. RGB value is (87,73,50). Sum of RGB (Red+Green+Blue) = 87+73+50=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #574932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574932 is #A8B6CD. Grayscale: #4A4A4A. Windows color (decimal): -11056846 or 3295575. OLE color: 3295575.

HSL color Cylindrical-coordinate representation of color #574932: hue angle of 37.3º 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 #574932 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 50 -
CMYK 0 0.16 0.43 0.66
HSL 37.3º 0.27% 0.27% -
HSV(B) 37.3º 0.43% 0.34% -
XYZ 6.89 7.02 4.01 -
YUV 74.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 87 73 50 0 0.16 0.43 0.66 37.3 0.27 0.27
Hex 57 49 32 0 10 2B 42 25 1B 1B
Octal 127 111 62 0 20 53 102 45 33 33
Binary 1010111 1001001 110010 0 10000 101011 1000010 100101 11011 11011

Color Harmonies of #574932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574932

Black with #574932

Text Example


Text Example

White with #574932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574932; }

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

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

background-color css

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

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

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

border-color css

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

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

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