Html Css Color HEX #564931 Punga

📋 copy color: '#564931'

red 86 ◦ green 73 ◦ blue 49

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

Shades of Punga #564931

Tints of Punga #564931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 41.35%
G = 35.1%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#564931 (or 0x564931) is known color: Punga. HEX triplet: 56, 49 and 31. RGB value is (86,73,49). Sum of RGB (Red+Green+Blue) = 86+73+49=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564931 is #A9B6CE. Grayscale: #4A4A4A. Windows color (decimal): -11122383 or 3230038. OLE color: 3230038.

HSL color Cylindrical-coordinate representation of color #564931: hue angle of 38.92º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564931 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 49 -
CMYK 0 0.15 0.43 0.66
HSL 38.92º 0.27% 0.26% -
HSV(B) 38.92º 0.43% 0.34% -
XYZ 6.77 6.97 3.89 -
YUV 74.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 86 73 49 0 0.15 0.43 0.66 38.92 0.27 0.26
Hex 56 49 31 0 F 2B 42 27 1B 1A
Octal 126 111 61 0 17 53 102 47 33 32
Binary 1010110 1001001 110001 0 1111 101011 1000010 100111 11011 11010

Color Harmonies of #564931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564931

Black with #564931

Text Example


Text Example

White with #564931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564931; }

 p { color: rgb(86,73,49); }

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

background-color css

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

 a { background-color: rgb(86,73,49); }

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

border-color css

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

 span { border-color: rgb(86,73,49); }

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