Html Css Color HEX #564731 Deep Bronze

📋 copy color: '#564731'

red 86 ◦ green 71 ◦ blue 49

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

Shades of Deep Bronze #564731

Tints of Deep Bronze #564731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 41.75%
G = 34.47%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#564731 (or 0x564731) is known color: Deep Bronze. HEX triplet: 56, 47 and 31. RGB value is (86,71,49). Sum of RGB (Red+Green+Blue) = 86+71+49=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564731 is #A9B8CE. Grayscale: #494949. Windows color (decimal): -11122895 or 3229526. OLE color: 3229526.

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

Color convert

RGB 86 71 49 -
CMYK 0 0.17 0.43 0.66
HSL 35.68º 0.27% 0.26% -
HSV(B) 35.68º 0.43% 0.34% -
XYZ 6.65 6.71 3.85 -
YUV 72.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 86 71 49 0 0.17 0.43 0.66 35.68 0.27 0.26
Hex 56 47 31 0 11 2B 42 24 1B 1A
Octal 126 107 61 0 21 53 102 44 33 32
Binary 1010110 1000111 110001 0 10001 101011 1000010 100100 11011 11010

Color Harmonies of #564731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564731

Black with #564731

Text Example


Text Example

White with #564731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564731; }

 p { color: rgb(86,71,49); }

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

background-color css

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

 a { background-color: rgb(86,71,49); }

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

border-color css

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

 span { border-color: rgb(86,71,49); }

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