Html Css Color HEX #564401 Bronze Olive

📋 copy color: '#564401'

red 86 ◦ green 68 ◦ blue 1

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

Shades of Bronze Olive #564401

Tints of Bronze Olive #564401

RGB

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

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

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

R = 55.48%
G = 43.87%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564401 (or 0x564401) is known color: Bronze Olive. HEX triplet: 56, 44 and 01. RGB value is (86,68,1). Sum of RGB (Red+Green+Blue) = 86+68+1=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #564401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564401 is #A9BBFE. Grayscale: #424242. Windows color (decimal): -11123711 or 83030. OLE color: 83030.

HSL color Cylindrical-coordinate representation of color #564401: hue angle of 47.29º 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 #564401 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 1 -
CMYK 0 0.21 0.99 0.66
HSL 47.29º 0.98% 0.17% -
HSV(B) 47.29º 0.99% 0.34% -
XYZ 5.91 6.11 0.9 -
YUV 65.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 86 68 1 0 0.21 0.99 0.66 47.29 0.98 0.17
Hex 56 44 1 0 15 63 42 2F 62 11
Octal 126 104 1 0 25 143 102 57 142 21
Binary 1010110 1000100 1 0 10101 1100011 1000010 101111 1100010 10001

Color Harmonies of #564401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564401

Black with #564401

Text Example


Text Example

White with #564401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564401; }

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

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

background-color css

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

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

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

border-color css

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

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

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