Html Css Color HEX #564A35 Punga

📋 copy color: '#564A35'

red 86 ◦ green 74 ◦ blue 53

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

Shades of Punga #564A35

Tints of Punga #564A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.74%

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

R = 40.38%
G = 34.74%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#564A35 (or 0x564A35) is known color: Punga. HEX triplet: 56, 4A and 35. RGB value is (86,74,53). Sum of RGB (Red+Green+Blue) = 86+74+53=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #564A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A35 is #A9B5CA. Grayscale: #4B4B4B. Windows color (decimal): -11122123 or 3492438. OLE color: 3492438.

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

Color convert

RGB 86 74 53 -
CMYK 0 0.14 0.38 0.66
HSL 38.18º 0.24% 0.27% -
HSV(B) 38.18º 0.38% 0.34% -
XYZ 6.93 7.13 4.38 -
YUV 75.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 86 74 53 0 0.14 0.38 0.66 38.18 0.24 0.27
Hex 56 4A 35 0 E 26 42 26 18 1B
Octal 126 112 65 0 16 46 102 46 30 33
Binary 1010110 1001010 110101 0 1110 100110 1000010 100110 11000 11011

Color Harmonies of #564A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A35

Black with #564A35

Text Example


Text Example

White with #564A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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