Html Css Color HEX #564D33 Punga

📋 copy color: '#564D33'

red 86 ◦ green 77 ◦ blue 51

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

Shades of Punga #564D33

Tints of Punga #564D33

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 40.19%
G = 35.98%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#564D33 (or 0x564D33) is known color: Punga. HEX triplet: 56, 4D and 33. RGB value is (86,77,51). Sum of RGB (Red+Green+Blue) = 86+77+51=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D33 is #A9B2CC. Grayscale: #4C4C4C. Windows color (decimal): -11121357 or 3362134. OLE color: 3362134.

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

Color convert

RGB 86 77 51 -
CMYK 0 0.10 0.41 0.66
HSL 44.57º 0.26% 0.27% -
HSV(B) 44.57º 0.41% 0.34% -
XYZ 7.09 7.53 4.21 -
YUV 76.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 86 77 51 0 0.10 0.41 0.66 44.57 0.26 0.27
Hex 56 4D 33 0 A 29 42 2D 1A 1B
Octal 126 115 63 0 12 51 102 55 32 33
Binary 1010110 1001101 110011 0 1010 101001 1000010 101101 11010 11011

Color Harmonies of #564D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D33

Black with #564D33

Text Example


Text Example

White with #564D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564D33; }

 p { color: rgb(86,77,51); }

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

background-color css

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

 a { background-color: rgb(86,77,51); }

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

border-color css

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

 span { border-color: rgb(86,77,51); }

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