Html Css Color HEX #564801 Bronze Olive

📋 copy color: '#564801'

red 86 ◦ green 72 ◦ blue 1

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

Shades of Bronze Olive #564801

Tints of Bronze Olive #564801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 54.09%
G = 45.28%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564801 (or 0x564801) is known color: Bronze Olive. HEX triplet: 56, 48 and 01. RGB value is (86,72,1). Sum of RGB (Red+Green+Blue) = 86+72+1=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564801 is #A9B7FE. Grayscale: #444444. Windows color (decimal): -11122687 or 84054. OLE color: 84054.

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

Color convert

RGB 86 72 1 -
CMYK 0 0.16 0.99 0.66
HSL 50.12º 0.98% 0.17% -
HSV(B) 50.12º 0.99% 0.34% -
XYZ 6.16 6.62 0.98 -
YUV 68.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 86 72 1 0 0.16 0.99 0.66 50.12 0.98 0.17
Hex 56 48 1 0 10 63 42 32 62 11
Octal 126 110 1 0 20 143 102 62 142 21
Binary 1010110 1001000 1 0 10000 1100011 1000010 110010 1100010 10001

Color Harmonies of #564801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564801

Black with #564801

Text Example


Text Example

White with #564801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564801; }

 p { color: rgb(86,72,1); }

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

background-color css

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

 a { background-color: rgb(86,72,1); }

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

border-color css

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

 span { border-color: rgb(86,72,1); }

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