Html Css Color HEX #564C35 Punga

📋 copy color: '#564C35'

red 86 ◦ green 76 ◦ blue 53

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

Shades of Punga #564C35

Tints of Punga #564C35

RGB

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

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

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

R = 40%
G = 35.35%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564C35 (or 0x564C35) is known color: Punga. HEX triplet: 56, 4C and 35. RGB value is (86,76,53). Sum of RGB (Red+Green+Blue) = 86+76+53=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C35 is #A9B3CA. Grayscale: #4C4C4C. Windows color (decimal): -11121611 or 3492950. OLE color: 3492950.

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

Color convert

RGB 86 76 53 -
CMYK 0 0.12 0.38 0.66
HSL 41.82º 0.24% 0.27% -
HSV(B) 41.82º 0.38% 0.34% -
XYZ 7.06 7.4 4.42 -
YUV 76.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 86 76 53 0 0.12 0.38 0.66 41.82 0.24 0.27
Hex 56 4C 35 0 C 26 42 2A 18 1B
Octal 126 114 65 0 14 46 102 52 30 33
Binary 1010110 1001100 110101 0 1100 100110 1000010 101010 11000 11011

Color Harmonies of #564C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C35

Black with #564C35

Text Example


Text Example

White with #564C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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