Html Css Color HEX #574D35 Punga

📋 copy color: '#574D35'

red 87 ◦ green 77 ◦ blue 53

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

Shades of Punga #574D35

Tints of Punga #574D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.42%

R = 40.09%
G = 35.48%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#574D35 (or 0x574D35) is known color: Punga. HEX triplet: 57, 4D and 35. RGB value is (87,77,53). Sum of RGB (Red+Green+Blue) = 87+77+53=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #574D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D35 is #A8B2CA. Grayscale: #4D4D4D. Windows color (decimal): -11055819 or 3493207. OLE color: 3493207.

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

Color convert

RGB 87 77 53 -
CMYK 0 0.11 0.39 0.66
HSL 42.35º 0.24% 0.27% -
HSV(B) 42.35º 0.39% 0.34% -
XYZ 7.23 7.59 4.45 -
YUV 77.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 87 77 53 0 0.11 0.39 0.66 42.35 0.24 0.27
Hex 57 4D 35 0 B 27 42 2A 18 1B
Octal 127 115 65 0 13 47 102 52 30 33
Binary 1010111 1001101 110101 0 1011 100111 1000010 101010 11000 11011

Color Harmonies of #574D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D35

Black with #574D35

Text Example


Text Example

White with #574D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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