#53442D

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

Shades of Deep Bronze #53442D

Tints of Deep Bronze #53442D

Color information

#53442D (or 0x53442D) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 2D. RGB value is (83,68,45). Sum of RGB (Red+Green+Blue) = 83+68+45=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53442D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442D is #ACBBD2. Grayscale: #454545. Windows color (decimal): -11320275 or 2966611. OLE color: 2966611.

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

Color convert

RGB836845-
CMYK00.180.460.67
HSL36.32º29.69%25.1%-
HSV(B)36.32º45.78%32.55%-
XYZ6.116.163.35-
YUV69.86113.97137.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=42.35%
G=34.69%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684500.180.460.6736.3229.6925.1
Hex53442D0122E43241e19
Octal1231045502256103443631
Binary1010011100010010110101001010111010000111001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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