#53401F

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

Shades of Deep Bronze #53401F

Tints of Deep Bronze #53401F

Color information

#53401F (or 0x53401F) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 1F. RGB value is (83,64,31). Sum of RGB (Red+Green+Blue) = 83+64+31=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401F is #ACBFE0. Grayscale: #424242. Windows color (decimal): -11321313 or 2048083. OLE color: 2048083.

HSL color Cylindrical-coordinate representation of color #53401F: hue angle of 38.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53401F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB836431-
CMYK00.230.630.67
HSL38.08º45.61%22.35%-
HSV(B)38.08º62.65%32.55%-
XYZ5.655.62.08-
YUV65.92108.29140.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=46.63%
G=35.96%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643100.230.630.6738.0845.6122.35
Hex53401F0173F43262e16
Octal1231003702777103465626
Binary1010011100000011111010111111111100001110011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53401F; }

 p { color: rgb(83,64,31); }

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

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

 a { background-color: rgb(83,64,31); }

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

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

 span { border-color: rgb(83,64,31); }

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