#554A25

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

Shades of Bronze Olive #554A25

Tints of Bronze Olive #554A25

Color information

#554A25 (or 0x554A25) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 25. RGB value is (85,74,37). Sum of RGB (Red+Green+Blue) = 85+74+37=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A25 is #AAB5DA. Grayscale: #494949. Windows color (decimal): -11187675 or 2443861. OLE color: 2443861.

HSL color Cylindrical-coordinate representation of color #554A25: hue angle of 46.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554A25 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB857437-
CMYK00.130.560.67
HSL46.25º39.34%23.92%-
HSV(B)46.25º56.47%33.33%-
XYZ6.536.962.75-
YUV73.07107.64136.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 74 (29.30% from 255) = 37.76%
BLUE value IS 37 (14.84% from 255) = 18.88%
R=43.37%
G=37.76%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85743700.130.560.6746.2539.3423.92
Hex554A250D38432e2718
Octal1251124501570103564730
Binary1010101100101010010101101111000100001110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,37); }

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

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

 a { background-color: rgb(85,74,37); }

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

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

 span { border-color: rgb(85,74,37); }

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