Html Css Color HEX #564217 Bronze Olive

📋 copy color: '#564217'

red 86 ◦ green 66 ◦ blue 23

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

Shades of Bronze Olive #564217

Tints of Bronze Olive #564217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

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

R = 49.14%
G = 37.71%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#564217 (or 0x564217) is known color: Bronze Olive. HEX triplet: 56, 42 and 17. RGB value is (86,66,23). Sum of RGB (Red+Green+Blue) = 86+66+23=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #564217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564217 is #A9BDE8. Grayscale: #434343. Windows color (decimal): -11124201 or 1524310. OLE color: 1524310.

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

Color convert

RGB 86 66 23 -
CMYK 0 0.23 0.73 0.66
HSL 40.95º 0.58% 0.21% -
HSV(B) 40.95º 0.73% 0.34% -
XYZ 5.94 5.94 1.64 -
YUV 67.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 86 66 23 0 0.23 0.73 0.66 40.95 0.58 0.21
Hex 56 42 17 0 17 49 42 29 3A 15
Octal 126 102 27 0 27 111 102 51 72 25
Binary 1010110 1000010 10111 0 10111 1001001 1000010 101001 111010 10101

Color Harmonies of #564217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564217

Black with #564217

Text Example


Text Example

White with #564217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564217; }

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

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

background-color css

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

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

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

border-color css

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

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

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