#54401E

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

Shades of Deep Bronze #54401E

Tints of Deep Bronze #54401E

Color information

#54401E (or 0x54401E) is unknown color: approx Deep Bronze. HEX triplet: 54, 40 and 1E. RGB value is (84,64,30). Sum of RGB (Red+Green+Blue) = 84+64+30=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54401E is #ABBFE1. Grayscale: #424242. Windows color (decimal): -11255778 or 1982548. OLE color: 1982548.

HSL color Cylindrical-coordinate representation of color #54401E: hue angle of 37.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54401E is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB846430-
CMYK00.240.640.67
HSL37.78º47.37%22.35%-
HSV(B)37.78º64.29%32.94%-
XYZ5.725.652.02-
YUV66.1107.63140.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 47.19%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=47.19%
G=35.96%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84643000.240.640.6737.7847.3722.35
Hex54401E0184043262f16
Octal12410036030100103465726
Binary10101001000000111100110001000000100001110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54401E; }

 p { color: rgb(84,64,30); }

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

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

 a { background-color: rgb(84,64,30); }

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

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

 span { border-color: rgb(84,64,30); }

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