Html Css Color HEX #56471C Bronze Olive

📋 copy color: '#56471C'

red 86 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #56471C

Tints of Bronze Olive #56471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.38%

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 46.49%
G = 38.38%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56471C (or 0x56471C) is known color: Bronze Olive. HEX triplet: 56, 47 and 1C. RGB value is (86,71,28). Sum of RGB (Red+Green+Blue) = 86+71+28=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 86 - color contains mainly: red. Hex color #56471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56471C is #A9B8E3. Grayscale: #464646. Windows color (decimal): -11122916 or 1853270. OLE color: 1853270.

HSL color Cylindrical-coordinate representation of color #56471C: hue angle of 44.48º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56471C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 28 -
CMYK 0 0.17 0.67 0.66
HSL 44.48º 0.51% 0.22% -
HSV(B) 44.48º 0.67% 0.34% -
XYZ 6.3 6.57 2.03 -
YUV 70.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 86 71 28 0 0.17 0.67 0.66 44.48 0.51 0.22
Hex 56 47 1C 0 11 43 42 2C 33 16
Octal 126 107 34 0 21 103 102 54 63 26
Binary 1010110 1000111 11100 0 10001 1000011 1000010 101100 110011 10110

Color Harmonies of #56471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56471C

Black with #56471C

Text Example


Text Example

White with #56471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56471C; }

 p { color: rgb(86,71,28); }

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

background-color css

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

 a { background-color: rgb(86,71,28); }

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

border-color css

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

 span { border-color: rgb(86,71,28); }

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