#554408

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

Shades of Bronze Olive #554408

Tints of Bronze Olive #554408

Color information

#554408 (or 0x554408) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 08. RGB value is (85,68,8). Sum of RGB (Red+Green+Blue) = 85+68+8=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554408 is #AABBF7. Grayscale: #424242. Windows color (decimal): -11189240 or 541781. OLE color: 541781.

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

Color convert

RGB85688-
CMYK00.200.910.67
HSL46.75º82.8%18.24%-
HSV(B)46.75º90.59%33.33%-
XYZ5.866.081.1-
YUV66.2495.13141.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=52.80%
G=42.24%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8568800.200.910.6746.7582.818.24
Hex554480145B432f5312
Octal125104100241331035712322
Binary10101011000100100001010010110111000011101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554408; }

 p { color: rgb(85,68,8); }

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

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

 a { background-color: rgb(85,68,8); }

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

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

 span { border-color: rgb(85,68,8); }

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