Html Css Color HEX #57482F Punga

📋 copy color: '#57482F'

red 87 ◦ green 72 ◦ blue 47

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

Shades of Punga #57482F

Tints of Punga #57482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.82%

R = 42.23%
G = 34.95%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#57482F (or 0x57482F) is known color: Punga. HEX triplet: 57, 48 and 2F. RGB value is (87,72,47). Sum of RGB (Red+Green+Blue) = 87+72+47=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #57482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57482F is #A8B7D0. Grayscale: #494949. Windows color (decimal): -11057105 or 3098711. OLE color: 3098711.

HSL color Cylindrical-coordinate representation of color #57482F: hue angle of 37.5º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57482F is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 47 -
CMYK 0 0.17 0.46 0.66
HSL 37.5º 0.3% 0.26% -
HSV(B) 37.5º 0.46% 0.34% -
XYZ 6.76 6.87 3.66 -
YUV 73.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 87 72 47 0 0.17 0.46 0.66 37.5 0.3 0.26
Hex 57 48 2F 0 11 2E 42 26 1E 1A
Octal 127 110 57 0 21 56 102 46 36 32
Binary 1010111 1001000 101111 0 10001 101110 1000010 100110 11110 11010

Color Harmonies of #57482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57482F

Black with #57482F

Text Example


Text Example

White with #57482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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