Html Css Color HEX #57472B Punga

📋 copy color: '#57472B'

red 87 ◦ green 71 ◦ blue 43

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

Shades of Punga #57472B

Tints of Punga #57472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.32%

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

R = 43.28%
G = 35.32%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57472B (or 0x57472B) is known color: Punga. HEX triplet: 57, 47 and 2B. RGB value is (87,71,43). Sum of RGB (Red+Green+Blue) = 87+71+43=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57472B is #A8B8D4. Grayscale: #484848. Windows color (decimal): -11057365 or 2836311. OLE color: 2836311.

HSL color Cylindrical-coordinate representation of color #57472B: hue angle of 38.18º 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 #57472B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 43 -
CMYK 0 0.18 0.51 0.66
HSL 38.18º 0.34% 0.25% -
HSV(B) 38.18º 0.51% 0.34% -
XYZ 6.62 6.71 3.23 -
YUV 72.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 87 71 43 0 0.18 0.51 0.66 38.18 0.34 0.25
Hex 57 47 2B 0 12 33 42 26 22 19
Octal 127 107 53 0 22 63 102 46 42 31
Binary 1010111 1000111 101011 0 10010 110011 1000010 100110 100010 11001

Color Harmonies of #57472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57472B

Black with #57472B

Text Example


Text Example

White with #57472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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