Html Css Color HEX #564400 Bronze Olive

📋 copy color: '#564400'

red 86 ◦ green 68 ◦ blue 0

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

Shades of Bronze Olive #564400

Tints of Bronze Olive #564400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.84%
G = 44.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#564400 (or 0x564400) is known color: Bronze Olive. HEX triplet: 56, 44 and 00. RGB value is (86,68,0). Sum of RGB (Red+Green+Blue) = 86+68+0=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #564400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564400 is #A9BBFF. Grayscale: #414141. Windows color (decimal): -11123712 or 17494. OLE color: 17494.

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

Color convert

RGB 86 68 0 -
CMYK 0 0.21 1 0.66
HSL 47.44º 1% 0.17% -
HSV(B) 47.44º 1% 0.34% -
XYZ 5.9 6.11 0.87 -
YUV 65.63 90.96 142.53 -
System Red Green Blue C M Y K H S L
Decimal 86 68 0 0 0.21 1 0.66 47.44 1 0.17
Hex 56 44 0 0 15 64 42 2F 64 11
Octal 126 104 0 0 25 144 102 57 144 21
Binary 1010110 1000100 0 0 10101 1100100 1000010 101111 1100100 10001

Color Harmonies of #564400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564400

Black with #564400

Text Example


Text Example

White with #564400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564400; }

 p { color: rgb(86,68,0); }

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

background-color css

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

 a { background-color: rgb(86,68,0); }

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

border-color css

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

 span { border-color: rgb(86,68,0); }

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