#554C23

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

Shades of Bronze Olive #554C23

Tints of Bronze Olive #554C23

Color information

#554C23 (or 0x554C23) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 23. RGB value is (85,76,35). Sum of RGB (Red+Green+Blue) = 85+76+35=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C23 is #AAB3DC. Grayscale: #4A4A4A. Windows color (decimal): -11187165 or 2313301. OLE color: 2313301.

HSL color Cylindrical-coordinate representation of color #554C23: hue angle of 49.2º 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 #554C23 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB857635-
CMYK00.110.590.67
HSL49.2º41.67%23.53%-
HSV(B)49.2º58.82%33.33%-
XYZ6.637.222.63-
YUV74.02105.98135.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=43.37%
G=38.78%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85763500.110.590.6749.241.6723.53
Hex554C230B3B43312a18
Octal1251144301373103615230
Binary1010101100110010001101011111011100001111000110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C23; }

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

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

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

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

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

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

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

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