Html Css Color HEX #565222 Bronze Olive

📋 copy color: '#565222'

red 86 ◦ green 82 ◦ blue 34

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

Shades of Bronze Olive #565222

Tints of Bronze Olive #565222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 42.57%
G = 40.59%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#565222 (or 0x565222) is known color: Bronze Olive. HEX triplet: 56, 52 and 22. RGB value is (86,82,34). Sum of RGB (Red+Green+Blue) = 86+82+34=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #565222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565222 is #A9ADDD. Grayscale: #4D4D4D. Windows color (decimal): -11120094 or 2249302. OLE color: 2249302.

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

Color convert

RGB 86 82 34 -
CMYK 0 0.05 0.60 0.66
HSL 55.38º 0.43% 0.24% -
HSV(B) 55.38º 0.6% 0.34% -
XYZ 7.14 8.13 2.71 -
YUV 77.72 103.33 133.9 -
System Red Green Blue C M Y K H S L
Decimal 86 82 34 0 0.05 0.60 0.66 55.38 0.43 0.24
Hex 56 52 22 0 5 3C 42 37 2B 18
Octal 126 122 42 0 5 74 102 67 53 30
Binary 1010110 1010010 100010 0 101 111100 1000010 110111 101011 11000

Color Harmonies of #565222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565222

Black with #565222

Text Example


Text Example

White with #565222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565222; }

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

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

background-color css

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

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

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

border-color css

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

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

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