#53442A

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

Shades of Deep Bronze #53442A

Tints of Deep Bronze #53442A

Color information

#53442A (or 0x53442A) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 2A. RGB value is (83,68,42). Sum of RGB (Red+Green+Blue) = 83+68+42=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #53442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442A is #ACBBD5. Grayscale: #454545. Windows color (decimal): -11320278 or 2770003. OLE color: 2770003.

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

Color convert

RGB836842-
CMYK00.180.490.67
HSL38.05º32.8%24.51%-
HSV(B)38.05º49.4%32.55%-
XYZ6.056.143.06-
YUV69.52112.47137.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 42 (16.80% from 255) = 21.76%
R=43.01%
G=35.23%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684200.180.490.6738.0532.824.51
Hex53442A0123143262119
Octal1231045202261103464131
Binary10100111000100101010010010110001100001110011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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