#554523

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

Shades of Bronze Olive #554523

Tints of Bronze Olive #554523

Color information

#554523 (or 0x554523) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 23. RGB value is (85,69,35). Sum of RGB (Red+Green+Blue) = 85+69+35=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554523 is #AABADC. Grayscale: #464646. Windows color (decimal): -11188957 or 2311509. OLE color: 2311509.

HSL color Cylindrical-coordinate representation of color #554523: hue angle of 40.8º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554523 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB856935-
CMYK00.190.590.67
HSL40.8º41.67%23.53%-
HSV(B)40.8º58.82%33.33%-
XYZ6.186.312.48-
YUV69.91108.3138.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=44.97%
G=36.51%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85693500.190.590.6740.841.6723.53
Hex5545230133B43292a18
Octal1251054302373103515230
Binary10101011000101100011010011111011100001110100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554523; }

 p { color: rgb(85,69,35); }

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

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

 a { background-color: rgb(85,69,35); }

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

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

 span { border-color: rgb(85,69,35); }

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