Html Css Color HEX #564C30 Punga

📋 copy color: '#564C30'

red 86 ◦ green 76 ◦ blue 48

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

Shades of Punga #564C30

Tints of Punga #564C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.86%

R = 40.95%
G = 36.19%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564C30 (or 0x564C30) is known color: Punga. HEX triplet: 56, 4C and 30. RGB value is (86,76,48). Sum of RGB (Red+Green+Blue) = 86+76+48=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C30 is #A9B3CF. Grayscale: #4B4B4B. Windows color (decimal): -11121616 or 3165270. OLE color: 3165270.

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

Color convert

RGB 86 76 48 -
CMYK 0 0.12 0.44 0.66
HSL 44.21º 0.28% 0.26% -
HSV(B) 44.21º 0.44% 0.34% -
XYZ 6.96 7.36 3.85 -
YUV 75.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 86 76 48 0 0.12 0.44 0.66 44.21 0.28 0.26
Hex 56 4C 30 0 C 2C 42 2C 1C 1A
Octal 126 114 60 0 14 54 102 54 34 32
Binary 1010110 1001100 110000 0 1100 101100 1000010 101100 11100 11010

Color Harmonies of #564C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C30

Black with #564C30

Text Example


Text Example

White with #564C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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