#554210

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

Shades of Bronze Olive #554210

Tints of Bronze Olive #554210

Color information

#554210 (or 0x554210) is unknown color: approx Bronze Olive. HEX triplet: 55, 42 and 10. RGB value is (85,66,16). Sum of RGB (Red+Green+Blue) = 85+66+16=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554210 is #AABDEF. Grayscale: #424242. Windows color (decimal): -11189744 or 1065557. OLE color: 1065557.

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

Color convert

RGB856616-
CMYK00.220.810.67
HSL43.48º68.32%19.8%-
HSV(B)43.48º81.18%33.33%-
XYZ5.795.871.32-
YUV65.9899.79141.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=50.90%
G=39.52%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85661600.220.810.6743.4868.3219.8
Hex55421001651432b4414
Octal125102200261211035310424
Binary101010110000101000001011010100011000011101011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554210; }

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

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

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

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

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

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

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

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