#554B04

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

Shades of Bronze Olive #554B04

Tints of Bronze Olive #554B04

Color information

#554B04 (or 0x554B04) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 04. RGB value is (85,75,4). Sum of RGB (Red+Green+Blue) = 85+75+4=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #554B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B04 is #AAB4FB. Grayscale: #464646. Windows color (decimal): -11187452 or 281429. OLE color: 281429.

HSL color Cylindrical-coordinate representation of color #554B04: hue angle of 52.59º 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 #554B04 is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB85754-
CMYK00.120.950.67
HSL52.59º91.01%17.45%-
HSV(B)52.59º95.29%33.33%-
XYZ6.286.971.13-
YUV69.990.81138.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=51.83%
G=45.73%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8575400.120.950.6752.5991.0117.45
Hex554B40C5F43355b11
Octal12511340141371036513321
Binary101010110010111000110010111111000011110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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