Html Css Color HEX #564F13 Bronze Olive

📋 copy color: '#564F13'

red 86 ◦ green 79 ◦ blue 19

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

Shades of Bronze Olive #564F13

Tints of Bronze Olive #564F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 46.74%
G = 42.93%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#564F13 (or 0x564F13) is known color: Bronze Olive. HEX triplet: 56, 4F and 13. RGB value is (86,79,19). Sum of RGB (Red+Green+Blue) = 86+79+19=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #564F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F13 is #A9B0EC. Grayscale: #4A4A4A. Windows color (decimal): -11120877 or 1265494. OLE color: 1265494.

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

Color convert

RGB 86 79 19 -
CMYK 0 0.08 0.78 0.66
HSL 53.73º 0.64% 0.21% -
HSV(B) 53.73º 0.78% 0.34% -
XYZ 6.75 7.62 1.73 -
YUV 74.25 96.82 136.38 -
System Red Green Blue C M Y K H S L
Decimal 86 79 19 0 0.08 0.78 0.66 53.73 0.64 0.21
Hex 56 4F 13 0 8 4E 42 36 40 15
Octal 126 117 23 0 10 116 102 66 100 25
Binary 1010110 1001111 10011 0 1000 1001110 1000010 110110 1000000 10101

Color Harmonies of #564F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F13

Black with #564F13

Text Example


Text Example

White with #564F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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