Html Css Color HEX #574C32 Punga

📋 copy color: '#574C32'

red 87 ◦ green 76 ◦ blue 50

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

Shades of Punga #574C32

Tints of Punga #574C32

RGB

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

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

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

R = 40.85%
G = 35.68%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574C32 (or 0x574C32) is known color: Punga. HEX triplet: 57, 4C and 32. RGB value is (87,76,50). Sum of RGB (Red+Green+Blue) = 87+76+50=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #574C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C32 is #A8B3CD. Grayscale: #4C4C4C. Windows color (decimal): -11056078 or 3296343. OLE color: 3296343.

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

Color convert

RGB 87 76 50 -
CMYK 0 0.13 0.43 0.66
HSL 42.16º 0.27% 0.27% -
HSV(B) 42.16º 0.43% 0.34% -
XYZ 7.09 7.43 4.08 -
YUV 76.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 87 76 50 0 0.13 0.43 0.66 42.16 0.27 0.27
Hex 57 4C 32 0 D 2B 42 2A 1B 1B
Octal 127 114 62 0 15 53 102 52 33 33
Binary 1010111 1001100 110010 0 1101 101011 1000010 101010 11011 11011

Color Harmonies of #574C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C32

Black with #574C32

Text Example


Text Example

White with #574C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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