Html Css Color HEX #57482C Punga

📋 copy color: '#57482C'

red 87 ◦ green 72 ◦ blue 44

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

Shades of Punga #57482C

Tints of Punga #57482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 42.86%
G = 35.47%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#57482C (or 0x57482C) is known color: Punga. HEX triplet: 57, 48 and 2C. RGB value is (87,72,44). Sum of RGB (Red+Green+Blue) = 87+72+44=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #57482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57482C is #A8B7D3. Grayscale: #494949. Windows color (decimal): -11057108 or 2902103. OLE color: 2902103.

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

Color convert

RGB 87 72 44 -
CMYK 0 0.17 0.49 0.66
HSL 39.07º 0.33% 0.26% -
HSV(B) 39.07º 0.49% 0.34% -
XYZ 6.7 6.84 3.35 -
YUV 73.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 87 72 44 0 0.17 0.49 0.66 39.07 0.33 0.26
Hex 57 48 2C 0 11 31 42 27 21 1A
Octal 127 110 54 0 21 61 102 47 41 32
Binary 1010111 1001000 101100 0 10001 110001 1000010 100111 100001 11010

Color Harmonies of #57482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57482C

Black with #57482C

Text Example


Text Example

White with #57482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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