#554125

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

Shades of Deep Bronze #554125

Tints of Deep Bronze #554125

Color information

#554125 (or 0x554125) is unknown color: approx Deep Bronze. HEX triplet: 55, 41 and 25. RGB value is (85,65,37). Sum of RGB (Red+Green+Blue) = 85+65+37=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554125 is #AABEDA. Grayscale: #434343. Windows color (decimal): -11189979 or 2441557. OLE color: 2441557.

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

Color convert

RGB856537-
CMYK00.240.560.67
HSL35º39.34%23.92%-
HSV(B)35º56.47%33.33%-
XYZ5.975.852.56-
YUV67.79110.63140.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 34.76%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=45.45%
G=34.76%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85653700.240.560.673539.3423.92
Hex5541250183843232718
Octal1251014503070103434730
Binary10101011000001100101011000111000100001110001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554125; }

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

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

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

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

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

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

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

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