Html Css Color HEX #565017 Bronze Olive

📋 copy color: '#565017'

red 86 ◦ green 80 ◦ blue 23

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

Shades of Bronze Olive #565017

Tints of Bronze Olive #565017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.33%

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

R = 45.5%
G = 42.33%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.66

RGB Variations

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

Color information

#565017 (or 0x565017) is known color: Bronze Olive. HEX triplet: 56, 50 and 17. RGB value is (86,80,23). Sum of RGB (Red+Green+Blue) = 86+80+23=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565017 is #A9AFE8. Grayscale: #4B4B4B. Windows color (decimal): -11120617 or 1527894. OLE color: 1527894.

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

Color convert

RGB 86 80 23 -
CMYK 0 0.07 0.73 0.66
HSL 54.29º 0.58% 0.21% -
HSV(B) 54.29º 0.73% 0.34% -
XYZ 6.86 7.78 1.95 -
YUV 75.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 86 80 23 0 0.07 0.73 0.66 54.29 0.58 0.21
Hex 56 50 17 0 7 49 42 36 3A 15
Octal 126 120 27 0 7 111 102 66 72 25
Binary 1010110 1010000 10111 0 111 1001001 1000010 110110 111010 10101

Color Harmonies of #565017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565017

Black with #565017

Text Example


Text Example

White with #565017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565017; }

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

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

background-color css

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

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

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

border-color css

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

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

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