#554212

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

Shades of Bronze Olive #554212

Tints of Bronze Olive #554212

Color information

#554212 (or 0x554212) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 12. RGB value is (85,66,18). Sum of RGB (Red+Green+Blue) = 85+66+18=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554212 is #AABDED. Grayscale: #424242. Windows color (decimal): -11189742 or 1196629. OLE color: 1196629.

HSL color Cylindrical-coordinate representation of color #554212: hue angle of 42.99º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #554212 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB856618-
CMYK00.220.790.67
HSL42.99º65.05%20.2%-
HSV(B)42.99º78.82%33.33%-
XYZ5.85.871.4-
YUV66.21100.79141.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=50.30%
G=39.05%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85661800.220.790.6742.9965.0520.2
Hex5542120164F432b4114
Octal125102220261171035310124
Binary101010110000101001001011010011111000011101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554212; }

 p { color: rgb(85,66,18); }

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

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

 a { background-color: rgb(85,66,18); }

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

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

 span { border-color: rgb(85,66,18); }

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