Html Css Color HEX #564E04 Bronze Olive

📋 copy color: '#564E04'

red 86 ◦ green 78 ◦ blue 4

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

Shades of Bronze Olive #564E04

Tints of Bronze Olive #564E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.43%

 BLUE value IS 4 (1.95% from 255) = 2.38%

R = 51.19%
G = 46.43%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#564E04 (or 0x564E04) is known color: Bronze Olive. HEX triplet: 56, 4E and 04. RGB value is (86,78,4). Sum of RGB (Red+Green+Blue) = 86+78+4=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E04 is #A9B1FB. Grayscale: #484848. Windows color (decimal): -11121148 or 282198. OLE color: 282198.

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

Color convert

RGB 86 78 4 -
CMYK 0 0.09 0.95 0.66
HSL 54.15º 0.91% 0.18% -
HSV(B) 54.15º 0.95% 0.34% -
XYZ 6.58 7.44 1.2 -
YUV 71.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 86 78 4 0 0.09 0.95 0.66 54.15 0.91 0.18
Hex 56 4E 4 0 9 5F 42 36 5B 12
Octal 126 116 4 0 11 137 102 66 133 22
Binary 1010110 1001110 100 0 1001 1011111 1000010 110110 1011011 10010

Color Harmonies of #564E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E04

Black with #564E04

Text Example


Text Example

White with #564E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,78,4); }

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

background-color css

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

 a { background-color: rgb(86,78,4); }

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

border-color css

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

 span { border-color: rgb(86,78,4); }

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