Html Css Color HEX #57482B Punga

📋 copy color: '#57482B'

red 87 ◦ green 72 ◦ blue 43

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

Shades of Punga #57482B

Tints of Punga #57482B

RGB

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

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

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

R = 43.07%
G = 35.64%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#57482B (or 0x57482B) is known color: Punga. HEX triplet: 57, 48 and 2B. RGB value is (87,72,43). Sum of RGB (Red+Green+Blue) = 87+72+43=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #57482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57482B is #A8B7D4. Grayscale: #494949. Windows color (decimal): -11057109 or 2836567. OLE color: 2836567.

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

Color convert

RGB 87 72 43 -
CMYK 0 0.17 0.51 0.66
HSL 39.55º 0.34% 0.25% -
HSV(B) 39.55º 0.51% 0.34% -
XYZ 6.68 6.84 3.25 -
YUV 73.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 87 72 43 0 0.17 0.51 0.66 39.55 0.34 0.25
Hex 57 48 2B 0 11 33 42 28 22 19
Octal 127 110 53 0 21 63 102 50 42 31
Binary 1010111 1001000 101011 0 10001 110011 1000010 101000 100010 11001

Color Harmonies of #57482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57482B

Black with #57482B

Text Example


Text Example

White with #57482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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