#554317

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

Shades of Bronze Olive #554317

Tints of Bronze Olive #554317

Color information

#554317 (or 0x554317) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 17. RGB value is (85,67,23). Sum of RGB (Red+Green+Blue) = 85+67+23=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554317 is #AABCE8. Grayscale: #434343. Windows color (decimal): -11189481 or 1524565. OLE color: 1524565.

HSL color Cylindrical-coordinate representation of color #554317: hue angle of 42.58º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554317 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB856723-
CMYK00.210.730.67
HSL42.58º57.41%21.18%-
HSV(B)42.58º72.94%33.33%-
XYZ5.916.011.66-
YUV67.37102.96140.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=48.57%
G=38.29%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85672300.210.730.6742.5857.4121.18
Hex55431701549432b3915
Octal12510327025111103537125
Binary10101011000011101110101011001001100001110101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554317; }

 p { color: rgb(85,67,23); }

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

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

 a { background-color: rgb(85,67,23); }

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

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

 span { border-color: rgb(85,67,23); }

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