Html Css Color HEX #564C31 Punga

📋 copy color: '#564C31'

red 86 ◦ green 76 ◦ blue 49

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

Shades of Punga #564C31

Tints of Punga #564C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 40.76%
G = 36.02%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#564C31 (or 0x564C31) is known color: Punga. HEX triplet: 56, 4C and 31. RGB value is (86,76,49). Sum of RGB (Red+Green+Blue) = 86+76+49=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C31 is #A9B3CE. Grayscale: #4C4C4C. Windows color (decimal): -11121615 or 3230806. OLE color: 3230806.

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

Color convert

RGB 86 76 49 -
CMYK 0 0.12 0.43 0.66
HSL 43.78º 0.27% 0.26% -
HSV(B) 43.78º 0.43% 0.34% -
XYZ 6.98 7.37 3.96 -
YUV 75.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 86 76 49 0 0.12 0.43 0.66 43.78 0.27 0.26
Hex 56 4C 31 0 C 2B 42 2C 1B 1A
Octal 126 114 61 0 14 53 102 54 33 32
Binary 1010110 1001100 110001 0 1100 101011 1000010 101100 11011 11010

Color Harmonies of #564C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C31

Black with #564C31

Text Example


Text Example

White with #564C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,76,49); }

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

background-color css

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

 a { background-color: rgb(86,76,49); }

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

border-color css

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

 span { border-color: rgb(86,76,49); }

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