Html Css Color HEX #564F05 Bronze Olive

📋 copy color: '#564F05'

red 86 ◦ green 79 ◦ blue 5

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

Shades of Bronze Olive #564F05

Tints of Bronze Olive #564F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.47%

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 50.59%
G = 46.47%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#564F05 (or 0x564F05) is known color: Bronze Olive. HEX triplet: 56, 4F and 05. RGB value is (86,79,5). Sum of RGB (Red+Green+Blue) = 86+79+5=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #564F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F05 is #A9B0FA. Grayscale: #484848. Windows color (decimal): -11120891 or 347990. OLE color: 347990.

HSL color Cylindrical-coordinate representation of color #564F05: hue angle of 54.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #564F05 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 79 5 -
CMYK 0 0.08 0.94 0.66
HSL 54.81º 0.89% 0.18% -
HSV(B) 54.81º 0.94% 0.34% -
XYZ 6.66 7.58 1.26 -
YUV 72.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 86 79 5 0 0.08 0.94 0.66 54.81 0.89 0.18
Hex 56 4F 5 0 8 5E 42 37 59 12
Octal 126 117 5 0 10 136 102 67 131 22
Binary 1010110 1001111 101 0 1000 1011110 1000010 110111 1011001 10010

Color Harmonies of #564F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F05

Black with #564F05

Text Example


Text Example

White with #564F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,79,5); }

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

background-color css

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

 a { background-color: rgb(86,79,5); }

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

border-color css

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

 span { border-color: rgb(86,79,5); }

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