Html Css Color HEX #57482E Punga

📋 copy color: '#57482E'

red 87 ◦ green 72 ◦ blue 46

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

Shades of Punga #57482E

Tints of Punga #57482E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 42.44%
G = 35.12%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57482E (or 0x57482E) is known color: Punga. HEX triplet: 57, 48 and 2E. RGB value is (87,72,46). Sum of RGB (Red+Green+Blue) = 87+72+46=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57482E is #A8B7D1. Grayscale: #494949. Windows color (decimal): -11057106 or 3033175. OLE color: 3033175.

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

Color convert

RGB 87 72 46 -
CMYK 0 0.17 0.47 0.66
HSL 38.05º 0.31% 0.26% -
HSV(B) 38.05º 0.47% 0.34% -
XYZ 6.74 6.86 3.55 -
YUV 73.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 87 72 46 0 0.17 0.47 0.66 38.05 0.31 0.26
Hex 57 48 2E 0 11 2F 42 26 1F 1A
Octal 127 110 56 0 21 57 102 46 37 32
Binary 1010111 1001000 101110 0 10001 101111 1000010 100110 11111 11010

Color Harmonies of #57482E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57482E

Black with #57482E

Text Example


Text Example

White with #57482E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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