Html Css Color HEX #564517 Bronze Olive

📋 copy color: '#564517'

red 86 ◦ green 69 ◦ blue 23

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

Shades of Bronze Olive #564517

Tints of Bronze Olive #564517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

 BLUE value IS 23 (9.38% from 255) = 12.92%

R = 48.31%
G = 38.76%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#564517 (or 0x564517) is known color: Bronze Olive. HEX triplet: 56, 45 and 17. RGB value is (86,69,23). Sum of RGB (Red+Green+Blue) = 86+69+23=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #564517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564517 is #A9BAE8. Grayscale: #454545. Windows color (decimal): -11123433 or 1525078. OLE color: 1525078.

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

Color convert

RGB 86 69 23 -
CMYK 0 0.20 0.73 0.66
HSL 43.81º 0.58% 0.21% -
HSV(B) 43.81º 0.73% 0.34% -
XYZ 6.12 6.3 1.7 -
YUV 68.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 86 69 23 0 0.20 0.73 0.66 43.81 0.58 0.21
Hex 56 45 17 0 14 49 42 2C 3A 15
Octal 126 105 27 0 24 111 102 54 72 25
Binary 1010110 1000101 10111 0 10100 1001001 1000010 101100 111010 10101

Color Harmonies of #564517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564517

Black with #564517

Text Example


Text Example

White with #564517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564517; }

 p { color: rgb(86,69,23); }

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

background-color css

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

 a { background-color: rgb(86,69,23); }

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

border-color css

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

 span { border-color: rgb(86,69,23); }

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