Html Css Color HEX #565223 Bronze Olive

📋 copy color: '#565223'

red 86 ◦ green 82 ◦ blue 35

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

Shades of Bronze Olive #565223

Tints of Bronze Olive #565223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 42.36%
G = 40.39%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#565223 (or 0x565223) is known color: Bronze Olive. HEX triplet: 56, 52 and 23. RGB value is (86,82,35). Sum of RGB (Red+Green+Blue) = 86+82+35=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565223 is #A9ADDC. Grayscale: #4E4E4E. Windows color (decimal): -11120093 or 2314838. OLE color: 2314838.

HSL color Cylindrical-coordinate representation of color #565223: hue angle of 55.29º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565223 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 35 -
CMYK 0 0.05 0.59 0.66
HSL 55.29º 0.42% 0.24% -
HSV(B) 55.29º 0.59% 0.34% -
XYZ 7.16 8.13 2.78 -
YUV 77.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 86 82 35 0 0.05 0.59 0.66 55.29 0.42 0.24
Hex 56 52 23 0 5 3B 42 37 2A 18
Octal 126 122 43 0 5 73 102 67 52 30
Binary 1010110 1010010 100011 0 101 111011 1000010 110111 101010 11000

Color Harmonies of #565223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565223

Black with #565223

Text Example


Text Example

White with #565223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565223; }

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

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

background-color css

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

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

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

border-color css

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

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

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