Html Css Color HEX #564D35 Punga

📋 copy color: '#564D35'

red 86 ◦ green 77 ◦ blue 53

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

Shades of Punga #564D35

Tints of Punga #564D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 39.81%
G = 35.65%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564D35 (or 0x564D35) is known color: Punga. HEX triplet: 56, 4D and 35. RGB value is (86,77,53). Sum of RGB (Red+Green+Blue) = 86+77+53=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #564D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D35 is #A9B2CA. Grayscale: #4D4D4D. Windows color (decimal): -11121355 or 3493206. OLE color: 3493206.

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

Color convert

RGB 86 77 53 -
CMYK 0 0.10 0.38 0.66
HSL 43.64º 0.24% 0.27% -
HSV(B) 43.64º 0.38% 0.34% -
XYZ 7.13 7.54 4.45 -
YUV 76.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 86 77 53 0 0.10 0.38 0.66 43.64 0.24 0.27
Hex 56 4D 35 0 A 26 42 2C 18 1B
Octal 126 115 65 0 12 46 102 54 30 33
Binary 1010110 1001101 110101 0 1010 100110 1000010 101100 11000 11011

Color Harmonies of #564D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D35

Black with #564D35

Text Example


Text Example

White with #564D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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