Html Css Color HEX #564B33 Punga

📋 copy color: '#564B33'

red 86 ◦ green 75 ◦ blue 51

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

Shades of Punga #564B33

Tints of Punga #564B33

RGB

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

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

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

R = 40.57%
G = 35.38%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#564B33 (or 0x564B33) is known color: Punga. HEX triplet: 56, 4B and 33. RGB value is (86,75,51). Sum of RGB (Red+Green+Blue) = 86+75+51=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B33 is #A9B4CC. Grayscale: #4B4B4B. Windows color (decimal): -11121869 or 3361622. OLE color: 3361622.

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

Color convert

RGB 86 75 51 -
CMYK 0 0.13 0.41 0.66
HSL 41.14º 0.26% 0.27% -
HSV(B) 41.14º 0.41% 0.34% -
XYZ 6.95 7.25 4.16 -
YUV 75.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 86 75 51 0 0.13 0.41 0.66 41.14 0.26 0.27
Hex 56 4B 33 0 D 29 42 29 1A 1B
Octal 126 113 63 0 15 51 102 51 32 33
Binary 1010110 1001011 110011 0 1101 101001 1000010 101001 11010 11011

Color Harmonies of #564B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B33

Black with #564B33

Text Example


Text Example

White with #564B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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