Html Css Color HEX #57492E Punga

📋 copy color: '#57492E'

red 87 ◦ green 73 ◦ blue 46

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

Shades of Punga #57492E

Tints of Punga #57492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.44%

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

R = 42.23%
G = 35.44%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#57492E (or 0x57492E) is known color: Punga. HEX triplet: 57, 49 and 2E. RGB value is (87,73,46). Sum of RGB (Red+Green+Blue) = 87+73+46=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #57492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57492E is #A8B6D1. Grayscale: #4A4A4A. Windows color (decimal): -11056850 or 3033431. OLE color: 3033431.

HSL color Cylindrical-coordinate representation of color #57492E: hue angle of 39.51º 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 #57492E is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 46 -
CMYK 0 0.16 0.47 0.66
HSL 39.51º 0.31% 0.26% -
HSV(B) 39.51º 0.47% 0.34% -
XYZ 6.81 6.99 3.57 -
YUV 74.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 87 73 46 0 0.16 0.47 0.66 39.51 0.31 0.26
Hex 57 49 2E 0 10 2F 42 28 1F 1A
Octal 127 111 56 0 20 57 102 50 37 32
Binary 1010111 1001001 101110 0 10000 101111 1000010 101000 11111 11010

Color Harmonies of #57492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57492E

Black with #57492E

Text Example


Text Example

White with #57492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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