Html Css Color HEX #564301 Bronze Olive

📋 copy color: '#564301'

red 86 ◦ green 67 ◦ blue 1

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

Shades of Bronze Olive #564301

Tints of Bronze Olive #564301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 43.51%

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

R = 55.84%
G = 43.51%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564301 (or 0x564301) is known color: Bronze Olive. HEX triplet: 56, 43 and 01. RGB value is (86,67,1). Sum of RGB (Red+Green+Blue) = 86+67+1=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #564301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564301 is #A9BCFE. Grayscale: #414141. Windows color (decimal): -11123967 or 82774. OLE color: 82774.

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

Color convert

RGB 86 67 1 -
CMYK 0 0.22 0.99 0.66
HSL 46.59º 0.98% 0.17% -
HSV(B) 46.59º 0.99% 0.34% -
XYZ 5.85 5.99 0.88 -
YUV 65.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 86 67 1 0 0.22 0.99 0.66 46.59 0.98 0.17
Hex 56 43 1 0 16 63 42 2F 62 11
Octal 126 103 1 0 26 143 102 57 142 21
Binary 1010110 1000011 1 0 10110 1100011 1000010 101111 1100010 10001

Color Harmonies of #564301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564301

Black with #564301

Text Example


Text Example

White with #564301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564301; }

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

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

background-color css

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

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

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

border-color css

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

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

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