#584B03

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

Shades of Bronze Olive #584B03

Tints of Bronze Olive #584B03

Color information

#584B03 (or 0x584B03) is unknown color: approx Bronze Olive. HEX triplet: 58, 4B and 03. RGB value is (88,75,3). Sum of RGB (Red+Green+Blue) = 88+75+3=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #584B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B03 is #A7B4FC. Grayscale: #464646. Windows color (decimal): -10990845 or 215896. OLE color: 215896.

HSL color Cylindrical-coordinate representation of color #584B03: hue angle of 50.82º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #584B03 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB88753-
CMYK00.150.970.65
HSL50.82º93.41%17.84%-
HSV(B)50.82º96.59%34.51%-
XYZ6.567.111.11-
YUV70.6889.81140.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 53.01%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=53.01%
G=45.18%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8875300.150.970.6550.8293.4117.84
Hex584B30F6141335d12
Octal13011330171411016313522
Binary10110001001011110111111000011000001110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,3); }

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

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

 a { background-color: rgb(88,75,3); }

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

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

 span { border-color: rgb(88,75,3); }

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