#554A26

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

Shades of Bronze Olive #554A26

Tints of Bronze Olive #554A26

Color information

#554A26 (or 0x554A26) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 26. RGB value is (85,74,38). Sum of RGB (Red+Green+Blue) = 85+74+38=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A26 is #AAB5D9. Grayscale: #494949. Windows color (decimal): -11187674 or 2509397. OLE color: 2509397.

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

Color convert

RGB857438-
CMYK00.130.550.67
HSL45.96º38.21%24.12%-
HSV(B)45.96º55.29%33.33%-
XYZ6.546.972.83-
YUV73.18108.14136.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=43.15%
G=37.56%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85743800.130.550.6745.9638.2124.12
Hex554A260D37432e2618
Octal1251124601567103564630
Binary1010101100101010011001101110111100001110111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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