Html Css Color HEX #565022 Bronze Olive

📋 copy color: '#565022'

red 86 ◦ green 80 ◦ blue 34

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

Shades of Bronze Olive #565022

Tints of Bronze Olive #565022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17%

R = 43%
G = 40%
B = 17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#565022 (or 0x565022) is known color: Bronze Olive. HEX triplet: 56, 50 and 22. RGB value is (86,80,34). Sum of RGB (Red+Green+Blue) = 86+80+34=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 86 - color contains mainly: red. Hex color #565022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565022 is #A9AFDD. Grayscale: #4C4C4C. Windows color (decimal): -11120606 or 2248790. OLE color: 2248790.

HSL color Cylindrical-coordinate representation of color #565022: hue angle of 53.08º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #565022 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 34 -
CMYK 0 0.07 0.60 0.66
HSL 53.08º 0.43% 0.24% -
HSV(B) 53.08º 0.6% 0.34% -
XYZ 7 7.83 2.66 -
YUV 76.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 86 80 34 0 0.07 0.60 0.66 53.08 0.43 0.24
Hex 56 50 22 0 7 3C 42 35 2B 18
Octal 126 120 42 0 7 74 102 65 53 30
Binary 1010110 1010000 100010 0 111 111100 1000010 110101 101011 11000

Color Harmonies of #565022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565022

Black with #565022

Text Example


Text Example

White with #565022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565022; }

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

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

background-color css

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

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

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

border-color css

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

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

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