Html Css Color HEX #57492B Punga

📋 copy color: '#57492B'

red 87 ◦ green 73 ◦ blue 43

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

Shades of Punga #57492B

Tints of Punga #57492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 42.86%
G = 35.96%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57492B (or 0x57492B) is known color: Punga. HEX triplet: 57, 49 and 2B. RGB value is (87,73,43). Sum of RGB (Red+Green+Blue) = 87+73+43=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57492B is #A8B6D4. Grayscale: #494949. Windows color (decimal): -11056853 or 2836823. OLE color: 2836823.

HSL color Cylindrical-coordinate representation of color #57492B: hue angle of 40.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57492B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 43 -
CMYK 0 0.16 0.51 0.66
HSL 40.91º 0.34% 0.25% -
HSV(B) 40.91º 0.51% 0.34% -
XYZ 6.75 6.97 3.27 -
YUV 73.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 87 73 43 0 0.16 0.51 0.66 40.91 0.34 0.25
Hex 57 49 2B 0 10 33 42 29 22 19
Octal 127 111 53 0 20 63 102 51 42 31
Binary 1010111 1001001 101011 0 10000 110011 1000010 101001 100010 11001

Color Harmonies of #57492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57492B

Black with #57492B

Text Example


Text Example

White with #57492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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