Html Css Color HEX #565320 Bronze Olive

📋 copy color: '#565320'

red 86 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #565320

Tints of Bronze Olive #565320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 42.79%
G = 41.29%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#565320 (or 0x565320) is known color: Bronze Olive. HEX triplet: 56, 53 and 20. RGB value is (86,83,32). Sum of RGB (Red+Green+Blue) = 86+83+32=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #565320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565320 is #A9ACDF. Grayscale: #4E4E4E. Windows color (decimal): -11119840 or 2118486. OLE color: 2118486.

HSL color Cylindrical-coordinate representation of color #565320: hue angle of 56.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565320 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 83 32 -
CMYK 0 0.03 0.63 0.66
HSL 56.67º 0.46% 0.23% -
HSV(B) 56.67º 0.63% 0.34% -
XYZ 7.19 8.27 2.58 -
YUV 78.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 86 83 32 0 0.03 0.63 0.66 56.67 0.46 0.23
Hex 56 53 20 0 3 3F 42 39 2E 17
Octal 126 123 40 0 3 77 102 71 56 27
Binary 1010110 1010011 100000 0 11 111111 1000010 111001 101110 10111

Color Harmonies of #565320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565320

Black with #565320

Text Example


Text Example

White with #565320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565320; }

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

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

background-color css

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

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

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

border-color css

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

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

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