#554706

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

Shades of Bronze Olive #554706

Tints of Bronze Olive #554706

Color information

#554706 (or 0x554706) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 06. RGB value is (85,71,6). Sum of RGB (Red+Green+Blue) = 85+71+6=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554706 is #AAB8F9. Grayscale: #444444. Windows color (decimal): -11188474 or 411477. OLE color: 411477.

HSL color Cylindrical-coordinate representation of color #554706: hue angle of 49.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #554706 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB85716-
CMYK00.160.930.67
HSL49.37º86.81%17.84%-
HSV(B)49.37º92.94%33.33%-
XYZ6.036.451.1-
YUV67.7893.14140.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=52.47%
G=43.83%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571600.160.930.6749.3786.8117.84
Hex554760105D43315712
Octal12510760201351036112722
Binary1010101100011111001000010111011000011110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554706; }

 p { color: rgb(85,71,6); }

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

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

 a { background-color: rgb(85,71,6); }

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

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

 span { border-color: rgb(85,71,6); }

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