Html Css Color HEX #564833 Punga

📋 copy color: '#564833'

red 86 ◦ green 72 ◦ blue 51

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

Shades of Punga #564833

Tints of Punga #564833

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 51 (20.31% from 255) = 24.4%

R = 41.15%
G = 34.45%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#564833 (or 0x564833) is known color: Punga. HEX triplet: 56, 48 and 33. RGB value is (86,72,51). Sum of RGB (Red+Green+Blue) = 86+72+51=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564833 is #A9B7CC. Grayscale: #494949. Windows color (decimal): -11122637 or 3360854. OLE color: 3360854.

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

Color convert

RGB 86 72 51 -
CMYK 0 0.16 0.41 0.66
HSL 36º 0.26% 0.27% -
HSV(B) 36º 0.41% 0.34% -
XYZ 6.75 6.85 4.1 -
YUV 73.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 86 72 51 0 0.16 0.41 0.66 36 0.26 0.27
Hex 56 48 33 0 10 29 42 24 1A 1B
Octal 126 110 63 0 20 51 102 44 32 33
Binary 1010110 1001000 110011 0 10000 101001 1000010 100100 11010 11011

Color Harmonies of #564833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564833

Black with #564833

Text Example


Text Example

White with #564833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564833; }

 p { color: rgb(86,72,51); }

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

background-color css

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

 a { background-color: rgb(86,72,51); }

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

border-color css

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

 span { border-color: rgb(86,72,51); }

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