Html Css Color HEX #564707 Bronze Olive

📋 copy color: '#564707'

red 86 ◦ green 71 ◦ blue 7

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

Shades of Bronze Olive #564707

Tints of Bronze Olive #564707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.27%

R = 52.44%
G = 43.29%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#564707 (or 0x564707) is known color: Bronze Olive. HEX triplet: 56, 47 and 07. RGB value is (86,71,7). Sum of RGB (Red+Green+Blue) = 86+71+7=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 7 (3.12% from 255 or 4.27% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #564707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564707 is #A9B8F8. Grayscale: #444444. Windows color (decimal): -11122937 or 477014. OLE color: 477014.

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

Color convert

RGB 86 71 7 -
CMYK 0 0.17 0.92 0.66
HSL 48.61º 0.85% 0.18% -
HSV(B) 48.61º 0.92% 0.34% -
XYZ 6.13 6.5 1.13 -
YUV 68.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 86 71 7 0 0.17 0.92 0.66 48.61 0.85 0.18
Hex 56 47 7 0 11 5C 42 31 55 12
Octal 126 107 7 0 21 134 102 61 125 22
Binary 1010110 1000111 111 0 10001 1011100 1000010 110001 1010101 10010

Color Harmonies of #564707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564707

Black with #564707

Text Example


Text Example

White with #564707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564707; }

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

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

background-color css

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

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

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

border-color css

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

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

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