Html Css Color HEX #564D4B Congo Brown

📋 copy color: '#564D4B'

red 86 ◦ green 77 ◦ blue 75

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

Shades of Congo Brown #564D4B

Tints of Congo Brown #564D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.35%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 36.13%
G = 32.35%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#564D4B (or 0x564D4B) is known color: Congo Brown. HEX triplet: 56, 4D and 4B. RGB value is (86,77,75). Sum of RGB (Red+Green+Blue) = 86+77+75=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #564D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D4B is #A9B2B4. Grayscale: #4F4F4F. Windows color (decimal): -11121333 or 4934998. OLE color: 4934998.

HSL color Cylindrical-coordinate representation of color #564D4B: hue angle of 10.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564D4B is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 77 75 -
CMYK 0 0.10 0.13 0.66
HSL 10.91º 0.07% 0.32% -
HSV(B) 10.91º 0.13% 0.34% -
XYZ 7.76 7.79 7.75 -
YUV 79.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 86 77 75 0 0.10 0.13 0.66 10.91 0.07 0.32
Hex 56 4D 4B 0 A D 42 B 7 20
Octal 126 115 113 0 12 15 102 13 7 40
Binary 1010110 1001101 1001011 0 1010 1101 1000010 1011 111 100000

Color Harmonies of #564D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D4B

Black with #564D4B

Text Example


Text Example

White with #564D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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