Html Css Color HEX #564B30 Punga

📋 copy color: '#564B30'

red 86 ◦ green 75 ◦ blue 48

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

Shades of Punga #564B30

Tints of Punga #564B30

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.89%

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

R = 41.15%
G = 35.89%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#564B30 (or 0x564B30) is known color: Punga. HEX triplet: 56, 4B and 30. RGB value is (86,75,48). Sum of RGB (Red+Green+Blue) = 86+75+48=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B30 is #A9B4CF. Grayscale: #4B4B4B. Windows color (decimal): -11121872 or 3165014. OLE color: 3165014.

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

Color convert

RGB 86 75 48 -
CMYK 0 0.13 0.44 0.66
HSL 42.63º 0.28% 0.26% -
HSV(B) 42.63º 0.44% 0.34% -
XYZ 6.89 7.22 3.83 -
YUV 75.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 86 75 48 0 0.13 0.44 0.66 42.63 0.28 0.26
Hex 56 4B 30 0 D 2C 42 2B 1C 1A
Octal 126 113 60 0 15 54 102 53 34 32
Binary 1010110 1001011 110000 0 1101 101100 1000010 101011 11100 11010

Color Harmonies of #564B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B30

Black with #564B30

Text Example


Text Example

White with #564B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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