Html Css Color HEX #564317 Bronze Olive

📋 copy color: '#564317'

red 86 ◦ green 67 ◦ blue 23

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

Shades of Bronze Olive #564317

Tints of Bronze Olive #564317

RGB

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

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

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

R = 48.86%
G = 38.07%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#564317 (or 0x564317) is known color: Bronze Olive. HEX triplet: 56, 43 and 17. RGB value is (86,67,23). Sum of RGB (Red+Green+Blue) = 86+67+23=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #564317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564317 is #A9BCE8. Grayscale: #434343. Windows color (decimal): -11123945 or 1524566. OLE color: 1524566.

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

Color convert

RGB 86 67 23 -
CMYK 0 0.22 0.73 0.66
HSL 41.9º 0.58% 0.21% -
HSV(B) 41.9º 0.73% 0.34% -
XYZ 6 6.05 1.66 -
YUV 67.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 86 67 23 0 0.22 0.73 0.66 41.9 0.58 0.21
Hex 56 43 17 0 16 49 42 2A 3A 15
Octal 126 103 27 0 26 111 102 52 72 25
Binary 1010110 1000011 10111 0 10110 1001001 1000010 101010 111010 10101

Color Harmonies of #564317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564317

Black with #564317

Text Example


Text Example

White with #564317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564317; }

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

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

background-color css

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

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

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

border-color css

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

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

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