Html Css Color HEX #564721 Bronze Olive

📋 copy color: '#564721'

red 86 ◦ green 71 ◦ blue 33

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

Shades of Bronze Olive #564721

Tints of Bronze Olive #564721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.37%

R = 45.26%
G = 37.37%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#564721 (or 0x564721) is known color: Bronze Olive. HEX triplet: 56, 47 and 21. RGB value is (86,71,33). Sum of RGB (Red+Green+Blue) = 86+71+33=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564721 is #A9B8DE. Grayscale: #474747. Windows color (decimal): -11122911 or 2180950. OLE color: 2180950.

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

Color convert

RGB 86 71 33 -
CMYK 0 0.17 0.62 0.66
HSL 43.02º 0.45% 0.23% -
HSV(B) 43.02º 0.62% 0.34% -
XYZ 6.37 6.59 2.38 -
YUV 71.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 86 71 33 0 0.17 0.62 0.66 43.02 0.45 0.23
Hex 56 47 21 0 11 3E 42 2B 2D 17
Octal 126 107 41 0 21 76 102 53 55 27
Binary 1010110 1000111 100001 0 10001 111110 1000010 101011 101101 10111

Color Harmonies of #564721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564721

Black with #564721

Text Example


Text Example

White with #564721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564721; }

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

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

background-color css

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

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

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

border-color css

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

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

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