Html Css Color HEX #56521F Bronze Olive

📋 copy color: '#56521F'

red 86 ◦ green 82 ◦ blue 31

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

Shades of Bronze Olive #56521F

Tints of Bronze Olive #56521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.58%

R = 43.22%
G = 41.21%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56521F (or 0x56521F) is known color: Bronze Olive. HEX triplet: 56, 52 and 1F. RGB value is (86,82,31). Sum of RGB (Red+Green+Blue) = 86+82+31=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56521F is #A9ADE0. Grayscale: #4D4D4D. Windows color (decimal): -11120097 or 2052694. OLE color: 2052694.

HSL color Cylindrical-coordinate representation of color #56521F: hue angle of 55.64º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56521F is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 82 31 -
CMYK 0 0.05 0.64 0.66
HSL 55.64º 0.47% 0.23% -
HSV(B) 55.64º 0.64% 0.34% -
XYZ 7.1 8.11 2.49 -
YUV 77.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 86 82 31 0 0.05 0.64 0.66 55.64 0.47 0.23
Hex 56 52 1F 0 5 40 42 38 2F 17
Octal 126 122 37 0 5 100 102 70 57 27
Binary 1010110 1010010 11111 0 101 1000000 1000010 111000 101111 10111

Color Harmonies of #56521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56521F

Black with #56521F

Text Example


Text Example

White with #56521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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