Html Css Color HEX #56480A Bronze Olive

📋 copy color: '#56480A'

red 86 ◦ green 72 ◦ blue 10

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

Shades of Bronze Olive #56480A

Tints of Bronze Olive #56480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 51.19%
G = 42.86%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#56480A (or 0x56480A) is known color: Bronze Olive. HEX triplet: 56, 48 and 0A. RGB value is (86,72,10). Sum of RGB (Red+Green+Blue) = 86+72+10=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56480A is #A9B7F5. Grayscale: #454545. Windows color (decimal): -11122678 or 673878. OLE color: 673878.

HSL color Cylindrical-coordinate representation of color #56480A: hue angle of 48.95º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56480A is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 72 10 -
CMYK 0 0.16 0.88 0.66
HSL 48.95º 0.79% 0.19% -
HSV(B) 48.95º 0.88% 0.34% -
XYZ 6.21 6.64 1.24 -
YUV 69.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 86 72 10 0 0.16 0.88 0.66 48.95 0.79 0.19
Hex 56 48 A 0 10 58 42 31 4F 13
Octal 126 110 12 0 20 130 102 61 117 23
Binary 1010110 1001000 1010 0 10000 1011000 1000010 110001 1001111 10011

Color Harmonies of #56480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56480A

Black with #56480A

Text Example


Text Example

White with #56480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56480A; }

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

 H1.HeaderClassName
 {
   color: #56480A;
 }
 .AnyTagClassName
 {
   color: #56480A;
 }
</style>

background-color css

<style>
 a { background-color: #56480A; }

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

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

border-color css

<style>
 span { border-color: #56480A; }

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

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