Html Css Color HEX #56481D Bronze Olive

📋 copy color: '#56481D'

red 86 ◦ green 72 ◦ blue 29

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

Shades of Bronze Olive #56481D

Tints of Bronze Olive #56481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 45.99%
G = 38.5%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56481D (or 0x56481D) is known color: Bronze Olive. HEX triplet: 56, 48 and 1D. RGB value is (86,72,29). Sum of RGB (Red+Green+Blue) = 86+72+29=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #56481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56481D is #A9B7E2. Grayscale: #474747. Windows color (decimal): -11122659 or 1919062. OLE color: 1919062.

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

Color convert

RGB 86 72 29 -
CMYK 0 0.16 0.66 0.66
HSL 45.26º 0.5% 0.23% -
HSV(B) 45.26º 0.66% 0.34% -
XYZ 6.38 6.7 2.12 -
YUV 71.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 86 72 29 0 0.16 0.66 0.66 45.26 0.5 0.23
Hex 56 48 1D 0 10 42 42 2D 32 17
Octal 126 110 35 0 20 102 102 55 62 27
Binary 1010110 1001000 11101 0 10000 1000010 1000010 101101 110010 10111

Color Harmonies of #56481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56481D

Black with #56481D

Text Example


Text Example

White with #56481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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