Html Css Color HEX #564C0B Bronze Olive

📋 copy color: '#564C0B'

red 86 ◦ green 76 ◦ blue 11

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

Shades of Bronze Olive #564C0B

Tints of Bronze Olive #564C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

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

R = 49.71%
G = 43.93%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#564C0B (or 0x564C0B) is known color: Bronze Olive. HEX triplet: 56, 4C and 0B. RGB value is (86,76,11). Sum of RGB (Red+Green+Blue) = 86+76+11=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564C0B is #A9B3F4. Grayscale: #474747. Windows color (decimal): -11121653 or 740438. OLE color: 740438.

HSL color Cylindrical-coordinate representation of color #564C0B: hue angle of 52º 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 #564C0B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 11 -
CMYK 0 0.12 0.87 0.66
HSL 52º 0.77% 0.19% -
HSV(B) 52º 0.87% 0.34% -
XYZ 6.48 7.17 1.36 -
YUV 71.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 86 76 11 0 0.12 0.87 0.66 52 0.77 0.19
Hex 56 4C B 0 C 57 42 34 4D 13
Octal 126 114 13 0 14 127 102 64 115 23
Binary 1010110 1001100 1011 0 1100 1010111 1000010 110100 1001101 10011

Color Harmonies of #564C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C0B

Black with #564C0B

Text Example


Text Example

White with #564C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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