#53442E

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

Shades of Deep Bronze #53442E

Tints of Deep Bronze #53442E

Color information

#53442E (or 0x53442E) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 2E. RGB value is (83,68,46). Sum of RGB (Red+Green+Blue) = 83+68+46=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53442E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442E is #ACBBD1. Grayscale: #464646. Windows color (decimal): -11320274 or 3032147. OLE color: 3032147.

HSL color Cylindrical-coordinate representation of color #53442E: hue angle of 35.68º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53442E is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB836846-
CMYK00.180.450.67
HSL35.68º28.68%25.29%-
HSV(B)35.68º44.58%32.55%-
XYZ6.136.173.45-
YUV69.98114.47137.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=42.13%
G=34.52%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684600.180.450.6735.6828.6825.29
Hex53442E0122D43241d19
Octal1231045602255103443531
Binary1010011100010010111001001010110110000111001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,68,46); }

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

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

 a { background-color: rgb(83,68,46); }

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

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

 span { border-color: rgb(83,68,46); }

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