Html Css Color HEX #564C2D Punga

📋 copy color: '#564C2D'

red 86 ◦ green 76 ◦ blue 45

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

Shades of Punga #564C2D

Tints of Punga #564C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 41.55%
G = 36.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#564C2D (or 0x564C2D) is known color: Punga. HEX triplet: 56, 4C and 2D. RGB value is (86,76,45). Sum of RGB (Red+Green+Blue) = 86+76+45=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #564C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C2D is #A9B3D2. Grayscale: #4B4B4B. Windows color (decimal): -11121619 or 2968662. OLE color: 2968662.

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

Color convert

RGB 86 76 45 -
CMYK 0 0.12 0.48 0.66
HSL 45.37º 0.31% 0.26% -
HSV(B) 45.37º 0.48% 0.34% -
XYZ 6.9 7.34 3.54 -
YUV 75.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 86 76 45 0 0.12 0.48 0.66 45.37 0.31 0.26
Hex 56 4C 2D 0 C 30 42 2D 1F 1A
Octal 126 114 55 0 14 60 102 55 37 32
Binary 1010110 1001100 101101 0 1100 110000 1000010 101101 11111 11010

Color Harmonies of #564C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C2D

Black with #564C2D

Text Example


Text Example

White with #564C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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