#554C04

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

Shades of Bronze Olive #554C04

Tints of Bronze Olive #554C04

Color information

#554C04 (or 0x554C04) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 04. RGB value is (85,76,4). Sum of RGB (Red+Green+Blue) = 85+76+4=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C04 is #AAB3FB. Grayscale: #464646. Windows color (decimal): -11187196 or 281685. OLE color: 281685.

HSL color Cylindrical-coordinate representation of color #554C04: hue angle of 53.33º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #554C04 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB85764-
CMYK00.110.950.67
HSL53.33º91.01%17.45%-
HSV(B)53.33º95.29%33.33%-
XYZ6.357.111.15-
YUV70.4890.48138.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=51.52%
G=46.06%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8576400.110.950.6753.3391.0117.45
Hex554C40B5F43355b11
Octal12511440131371036513321
Binary101010110011001000101110111111000011110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C04; }

 p { color: rgb(85,76,4); }

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

<style>
 a { background-color: #554C04; }

 a { background-color: rgb(85,76,4); }

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

<style>
 span { border-color: #554C04; }

 span { border-color: rgb(85,76,4); }

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