Html Css Color HEX #56501F Bronze Olive

📋 copy color: '#56501F'

red 86 ◦ green 80 ◦ blue 31

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

Shades of Bronze Olive #56501F

Tints of Bronze Olive #56501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.61%

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

R = 43.65%
G = 40.61%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56501F (or 0x56501F) is known color: Bronze Olive. HEX triplet: 56, 50 and 1F. RGB value is (86,80,31). Sum of RGB (Red+Green+Blue) = 86+80+31=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #56501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56501F is #A9AFE0. Grayscale: #4C4C4C. Windows color (decimal): -11120609 or 2052182. OLE color: 2052182.

HSL color Cylindrical-coordinate representation of color #56501F: hue angle of 53.45º 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 #56501F is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 80 31 -
CMYK 0 0.07 0.64 0.66
HSL 53.45º 0.47% 0.23% -
HSV(B) 53.45º 0.64% 0.34% -
XYZ 6.95 7.81 2.44 -
YUV 76.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 86 80 31 0 0.07 0.64 0.66 53.45 0.47 0.23
Hex 56 50 1F 0 7 40 42 35 2F 17
Octal 126 120 37 0 7 100 102 65 57 27
Binary 1010110 1010000 11111 0 111 1000000 1000010 110101 101111 10111

Color Harmonies of #56501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56501F

Black with #56501F

Text Example


Text Example

White with #56501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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