Html Css Color HEX #564B38 Metallic Bronze

📋 copy color: '#564B38'

red 86 ◦ green 75 ◦ blue 56

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

Shades of Metallic Bronze #564B38

Tints of Metallic Bronze #564B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 39.63%
G = 34.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#564B38 (or 0x564B38) is known color: Metallic Bronze. HEX triplet: 56, 4B and 38. RGB value is (86,75,56). Sum of RGB (Red+Green+Blue) = 86+75+56=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B38 is #A9B4C7. Grayscale: #4C4C4C. Windows color (decimal): -11121864 or 3689302. OLE color: 3689302.

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

Color convert

RGB 86 75 56 -
CMYK 0 0.13 0.35 0.66
HSL 38º 0.21% 0.28% -
HSV(B) 38º 0.35% 0.34% -
XYZ 7.07 7.3 4.78 -
YUV 76.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 86 75 56 0 0.13 0.35 0.66 38 0.21 0.28
Hex 56 4B 38 0 D 23 42 26 15 1C
Octal 126 113 70 0 15 43 102 46 25 34
Binary 1010110 1001011 111000 0 1101 100011 1000010 100110 10101 11100

Color Harmonies of #564B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B38

Black with #564B38

Text Example


Text Example

White with #564B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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