Html Css Color HEX #574E34 Punga

📋 copy color: '#574E34'

red 87 ◦ green 78 ◦ blue 52

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

Shades of Punga #574E34

Tints of Punga #574E34

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.94%

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

R = 40.09%
G = 35.94%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#574E34 (or 0x574E34) is known color: Punga. HEX triplet: 57, 4E and 34. RGB value is (87,78,52). Sum of RGB (Red+Green+Blue) = 87+78+52=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #574E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E34 is #A8B1CB. Grayscale: #4D4D4D. Windows color (decimal): -11055564 or 3427927. OLE color: 3427927.

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

Color convert

RGB 87 78 52 -
CMYK 0 0.10 0.40 0.66
HSL 44.57º 0.25% 0.27% -
HSV(B) 44.57º 0.4% 0.34% -
XYZ 7.27 7.72 4.36 -
YUV 77.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 87 78 52 0 0.10 0.40 0.66 44.57 0.25 0.27
Hex 57 4E 34 0 A 28 42 2D 19 1B
Octal 127 116 64 0 12 50 102 55 31 33
Binary 1010111 1001110 110100 0 1010 101000 1000010 101101 11001 11011

Color Harmonies of #574E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E34

Black with #574E34

Text Example


Text Example

White with #574E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,52); }

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

background-color css

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

 a { background-color: rgb(87,78,52); }

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

border-color css

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

 span { border-color: rgb(87,78,52); }

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