Html Css Color HEX #564F0B Bronze Olive

📋 copy color: '#564F0B'

red 86 ◦ green 79 ◦ blue 11

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

Shades of Bronze Olive #564F0B

Tints of Bronze Olive #564F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.25%

R = 48.86%
G = 44.89%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#564F0B (or 0x564F0B) is known color: Bronze Olive. HEX triplet: 56, 4F and 0B. RGB value is (86,79,11). Sum of RGB (Red+Green+Blue) = 86+79+11=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F0B is #A9B0F4. Grayscale: #494949. Windows color (decimal): -11120885 or 741206. OLE color: 741206.

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

Color convert

RGB 86 79 11 -
CMYK 0 0.08 0.87 0.66
HSL 54.4º 0.77% 0.19% -
HSV(B) 54.4º 0.87% 0.34% -
XYZ 6.69 7.59 1.43 -
YUV 73.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 86 79 11 0 0.08 0.87 0.66 54.4 0.77 0.19
Hex 56 4F B 0 8 57 42 36 4D 13
Octal 126 117 13 0 10 127 102 66 115 23
Binary 1010110 1001111 1011 0 1000 1010111 1000010 110110 1001101 10011

Color Harmonies of #564F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F0B

Black with #564F0B

Text Example


Text Example

White with #564F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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