#584A0B

Color #584A0B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #584A0B

Tints of Bronze Olive #584A0B

Color information

#584A0B (or 0x584A0B) is unknown color: approx Bronze Olive. HEX triplet: 58, 4A and 0B. RGB value is (88,74,11). Sum of RGB (Red+Green+Blue) = 88+74+11=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #584A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A0B is #A7B5F4. Grayscale: #474747. Windows color (decimal): -10991093 or 739928. OLE color: 739928.

HSL color Cylindrical-coordinate representation of color #584A0B: hue angle of 49.09º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #584A0B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB887411-
CMYK00.160.880.65
HSL49.09º77.78%19.41%-
HSV(B)49.09º87.5%34.51%-
XYZ6.5371.32-
YUV7194.14140.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.87%
GREEN value IS 74 (29.30% from 255) = 42.77%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=50.87%
G=42.77%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88741100.160.880.6549.0977.7819.41
Hex584AB0105841314e13
Octal130112130201301016111623
Binary10110001001010101101000010110001000001110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A0B; }

 p { color: rgb(88,74,11); }

 H1.HeaderClassName
 {
   color: #584A0B;
 }
 .AnyTagClassName
 {
   color: #584A0B;
 }
</style>
background-color css

<style>
 a { background-color: #584A0B; }

 a { background-color: rgb(88,74,11); }

 div.DivClassName
 {
   background-color: #584A0B;
 }
 .BgClassName
 {
   background-color: #584A0B;
 }
</style>
border-color css

<style>
 span { border-color: #584A0B; }

 span { border-color: rgb(88,74,11); }

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