Html Css Color HEX #56481F Bronze Olive

📋 copy color: '#56481F'

red 86 ◦ green 72 ◦ blue 31

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

Shades of Bronze Olive #56481F

Tints of Bronze Olive #56481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

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

R = 45.5%
G = 38.1%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56481F (or 0x56481F) is known color: Bronze Olive. HEX triplet: 56, 48 and 1F. RGB value is (86,72,31). Sum of RGB (Red+Green+Blue) = 86+72+31=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #56481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56481F is #A9B7E0. Grayscale: #474747. Windows color (decimal): -11122657 or 2050134. OLE color: 2050134.

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

Color convert

RGB 86 72 31 -
CMYK 0 0.16 0.64 0.66
HSL 44.73º 0.47% 0.23% -
HSV(B) 44.73º 0.64% 0.34% -
XYZ 6.4 6.71 2.25 -
YUV 71.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 86 72 31 0 0.16 0.64 0.66 44.73 0.47 0.23
Hex 56 48 1F 0 10 40 42 2D 2F 17
Octal 126 110 37 0 20 100 102 55 57 27
Binary 1010110 1001000 11111 0 10000 1000000 1000010 101101 101111 10111

Color Harmonies of #56481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56481F

Black with #56481F

Text Example


Text Example

White with #56481F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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