Html Css Color HEX #564832 Punga

📋 copy color: '#564832'

red 86 ◦ green 72 ◦ blue 50

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

Shades of Punga #564832

Tints of Punga #564832

RGB

 RED value IS 86 (33.98% from 255) = 41.35%

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 41.35%
G = 34.62%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#564832 (or 0x564832) is known color: Punga. HEX triplet: 56, 48 and 32. RGB value is (86,72,50). Sum of RGB (Red+Green+Blue) = 86+72+50=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564832 is #A9B7CD. Grayscale: #494949. Windows color (decimal): -11122638 or 3295318. OLE color: 3295318.

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

Color convert

RGB 86 72 50 -
CMYK 0 0.16 0.42 0.66
HSL 36.67º 0.26% 0.27% -
HSV(B) 36.67º 0.42% 0.34% -
XYZ 6.73 6.84 3.98 -
YUV 73.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 86 72 50 0 0.16 0.42 0.66 36.67 0.26 0.27
Hex 56 48 32 0 10 2A 42 25 1A 1B
Octal 126 110 62 0 20 52 102 45 32 33
Binary 1010110 1001000 110010 0 10000 101010 1000010 100101 11010 11011

Color Harmonies of #564832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564832

Black with #564832

Text Example


Text Example

White with #564832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564832; }

 p { color: rgb(86,72,50); }

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

background-color css

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

 a { background-color: rgb(86,72,50); }

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

border-color css

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

 span { border-color: rgb(86,72,50); }

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