Html Css Color HEX #564907 Bronze Olive

📋 copy color: '#564907'

red 86 ◦ green 73 ◦ blue 7

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

Shades of Bronze Olive #564907

Tints of Bronze Olive #564907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

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

R = 51.81%
G = 43.98%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#564907 (or 0x564907) is known color: Bronze Olive. HEX triplet: 56, 49 and 07. RGB value is (86,73,7). Sum of RGB (Red+Green+Blue) = 86+73+7=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564907 is #A9B6F8. Grayscale: #454545. Windows color (decimal): -11122425 or 477526. OLE color: 477526.

HSL color Cylindrical-coordinate representation of color #564907: hue angle of 50.13º 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 #564907 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 7 -
CMYK 0 0.15 0.92 0.66
HSL 50.13º 0.85% 0.18% -
HSV(B) 50.13º 0.92% 0.34% -
XYZ 6.26 6.76 1.18 -
YUV 69.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 86 73 7 0 0.15 0.92 0.66 50.13 0.85 0.18
Hex 56 49 7 0 F 5C 42 32 55 12
Octal 126 111 7 0 17 134 102 62 125 22
Binary 1010110 1001001 111 0 1111 1011100 1000010 110010 1010101 10010

Color Harmonies of #564907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564907

Black with #564907

Text Example


Text Example

White with #564907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564907; }

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

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

background-color css

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

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

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

border-color css

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

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

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