Html Css Color HEX #565322 Bronze Olive

📋 copy color: '#565322'

red 86 ◦ green 83 ◦ blue 34

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

Shades of Bronze Olive #565322

Tints of Bronze Olive #565322

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

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

R = 42.36%
G = 40.89%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#565322 (or 0x565322) is known color: Bronze Olive. HEX triplet: 56, 53 and 22. RGB value is (86,83,34). Sum of RGB (Red+Green+Blue) = 86+83+34=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #565322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565322 is #A9ACDD. Grayscale: #4E4E4E. Windows color (decimal): -11119838 or 2249558. OLE color: 2249558.

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

Color convert

RGB 86 83 34 -
CMYK 0 0.03 0.60 0.66
HSL 56.54º 0.43% 0.24% -
HSV(B) 56.54º 0.6% 0.34% -
XYZ 7.22 8.28 2.73 -
YUV 78.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 86 83 34 0 0.03 0.60 0.66 56.54 0.43 0.24
Hex 56 53 22 0 3 3C 42 39 2B 18
Octal 126 123 42 0 3 74 102 71 53 30
Binary 1010110 1010011 100010 0 11 111100 1000010 111001 101011 11000

Color Harmonies of #565322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565322

Black with #565322

Text Example


Text Example

White with #565322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565322; }

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

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

background-color css

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

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

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

border-color css

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

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

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