Html Css Color HEX #564117 Bronze Olive

📋 copy color: '#564117'

red 86 ◦ green 65 ◦ blue 23

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

Shades of Bronze Olive #564117

Tints of Bronze Olive #564117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 49.43%
G = 37.36%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#564117 (or 0x564117) is known color: Bronze Olive. HEX triplet: 56, 41 and 17. RGB value is (86,65,23). Sum of RGB (Red+Green+Blue) = 86+65+23=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564117 is #A9BEE8. Grayscale: #424242. Windows color (decimal): -11124457 or 1524054. OLE color: 1524054.

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

Color convert

RGB 86 65 23 -
CMYK 0 0.24 0.73 0.66
HSL 40º 0.58% 0.21% -
HSV(B) 40º 0.73% 0.34% -
XYZ 5.88 5.82 1.62 -
YUV 66.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 86 65 23 0 0.24 0.73 0.66 40 0.58 0.21
Hex 56 41 17 0 18 49 42 28 3A 15
Octal 126 101 27 0 30 111 102 50 72 25
Binary 1010110 1000001 10111 0 11000 1001001 1000010 101000 111010 10101

Color Harmonies of #564117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564117

Black with #564117

Text Example


Text Example

White with #564117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564117; }

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

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

background-color css

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

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

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

border-color css

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

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

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