Html Css Color HEX #574832 Punga

📋 copy color: '#574832'

red 87 ◦ green 72 ◦ blue 50

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

Shades of Punga #574832

Tints of Punga #574832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

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

R = 41.63%
G = 34.45%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#574832 (or 0x574832) is known color: Punga. HEX triplet: 57, 48 and 32. RGB value is (87,72,50). Sum of RGB (Red+Green+Blue) = 87+72+50=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574832 is #A8B7CD. Grayscale: #4A4A4A. Windows color (decimal): -11057102 or 3295319. OLE color: 3295319.

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

Color convert

RGB 87 72 50 -
CMYK 0 0.17 0.43 0.66
HSL 35.68º 0.27% 0.27% -
HSV(B) 35.68º 0.43% 0.34% -
XYZ 6.82 6.89 3.99 -
YUV 73.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 87 72 50 0 0.17 0.43 0.66 35.68 0.27 0.27
Hex 57 48 32 0 11 2B 42 24 1B 1B
Octal 127 110 62 0 21 53 102 44 33 33
Binary 1010111 1001000 110010 0 10001 101011 1000010 100100 11011 11011

Color Harmonies of #574832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574832

Black with #574832

Text Example


Text Example

White with #574832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574832; }

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

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

background-color css

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

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

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

border-color css

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

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

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