#554023

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

Shades of Deep Bronze #554023

Tints of Deep Bronze #554023

Color information

#554023 (or 0x554023) is unknown color: approx Deep Bronze. HEX triplet: 55, 40 and 23. RGB value is (85,64,35). Sum of RGB (Red+Green+Blue) = 85+64+35=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554023 is #AABFDC. Grayscale: #434343. Windows color (decimal): -11190237 or 2310229. OLE color: 2310229.

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

Color convert

RGB856435-
CMYK00.250.590.67
HSL34.8º41.67%23.53%-
HSV(B)34.8º58.82%33.33%-
XYZ5.885.722.38-
YUV66.97109.96140.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=46.20%
G=34.78%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85643500.250.590.6734.841.6723.53
Hex5540230193B43232a18
Octal1251004303173103435230
Binary10101011000000100011011001111011100001110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554023; }

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

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

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

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

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

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

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

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