#53442F

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

Shades of Deep Bronze #53442F

Tints of Deep Bronze #53442F

Color information

#53442F (or 0x53442F) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 2F. RGB value is (83,68,47). Sum of RGB (Red+Green+Blue) = 83+68+47=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53442F is #ACBBD0. Grayscale: #464646. Windows color (decimal): -11320273 or 3097683. OLE color: 3097683.

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

Color convert

RGB836847-
CMYK00.180.430.67
HSL35º27.69%25.49%-
HSV(B)35º43.37%32.55%-
XYZ6.156.183.56-
YUV70.09114.97137.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.92%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=41.92%
G=34.34%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83684700.180.430.673527.6925.49
Hex53442F0122B43231c19
Octal1231045702253103433431
Binary1010011100010010111101001010101110000111000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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