Html Css Color HEX #564C32 Punga

📋 copy color: '#564C32'

red 86 ◦ green 76 ◦ blue 50

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

Shades of Punga #564C32

Tints of Punga #564C32

RGB

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

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

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

R = 40.57%
G = 35.85%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.66

RGB Variations

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

Color information

#564C32 (or 0x564C32) is known color: Punga. HEX triplet: 56, 4C and 32. RGB value is (86,76,50). Sum of RGB (Red+Green+Blue) = 86+76+50=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C32 is #A9B3CD. Grayscale: #4C4C4C. Windows color (decimal): -11121614 or 3296342. OLE color: 3296342.

HSL color Cylindrical-coordinate representation of color #564C32: hue angle of 43.33º 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 #564C32 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 50 -
CMYK 0 0.12 0.42 0.66
HSL 43.33º 0.26% 0.27% -
HSV(B) 43.33º 0.42% 0.34% -
XYZ 7 7.38 4.07 -
YUV 76.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 86 76 50 0 0.12 0.42 0.66 43.33 0.26 0.27
Hex 56 4C 32 0 C 2A 42 2B 1A 1B
Octal 126 114 62 0 14 52 102 53 32 33
Binary 1010110 1001100 110010 0 1100 101010 1000010 101011 11010 11011

Color Harmonies of #564C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C32

Black with #564C32

Text Example


Text Example

White with #564C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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