#554026

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

Shades of Deep Bronze #554026

Tints of Deep Bronze #554026

Color information

#554026 (or 0x554026) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 26. RGB value is (85,64,38). Sum of RGB (Red+Green+Blue) = 85+64+38=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554026 is #AABFD9. Grayscale: #434343. Windows color (decimal): -11190234 or 2506837. OLE color: 2506837.

HSL color Cylindrical-coordinate representation of color #554026: hue angle of 33.19º 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 #554026 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB856438-
CMYK00.250.550.67
HSL33.19º38.21%24.12%-
HSV(B)33.19º55.29%33.33%-
XYZ5.935.742.63-
YUV67.32111.46140.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=45.45%
G=34.22%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85643800.250.550.6733.1938.2124.12
Hex5540260193743212618
Octal1251004603167103414630
Binary10101011000000100110011001110111100001110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554026; }

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

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

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

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

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

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

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

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