Html Css Color HEX #564702 Bronze Olive

📋 copy color: '#564702'

red 86 ◦ green 71 ◦ blue 2

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

Shades of Bronze Olive #564702

Tints of Bronze Olive #564702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 54.09%
G = 44.65%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#564702 (or 0x564702) is known color: Bronze Olive. HEX triplet: 56, 47 and 02. RGB value is (86,71,2). Sum of RGB (Red+Green+Blue) = 86+71+2=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564702 is #A9B8FD. Grayscale: #434343. Windows color (decimal): -11122942 or 149334. OLE color: 149334.

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

Color convert

RGB 86 71 2 -
CMYK 0 0.17 0.98 0.66
HSL 49.29º 0.95% 0.17% -
HSV(B) 49.29º 0.98% 0.34% -
XYZ 6.1 6.49 0.99 -
YUV 67.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 86 71 2 0 0.17 0.98 0.66 49.29 0.95 0.17
Hex 56 47 2 0 11 62 42 31 5F 11
Octal 126 107 2 0 21 142 102 61 137 21
Binary 1010110 1000111 10 0 10001 1100010 1000010 110001 1011111 10001

Color Harmonies of #564702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564702

Black with #564702

Text Example


Text Example

White with #564702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564702; }

 p { color: rgb(86,71,2); }

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

background-color css

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

 a { background-color: rgb(86,71,2); }

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

border-color css

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

 span { border-color: rgb(86,71,2); }

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