#53422F

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

Shades of Deep Bronze #53422F

Tints of Deep Bronze #53422F

Color information

#53422F (or 0x53422F) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 2F. RGB value is (83,66,47). Sum of RGB (Red+Green+Blue) = 83+66+47=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422F is #ACBDD0. Grayscale: #454545. Windows color (decimal): -11320785 or 3097171. OLE color: 3097171.

HSL color Cylindrical-coordinate representation of color #53422F: hue angle of 31.67º 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 #53422F is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB836647-
CMYK00.200.430.67
HSL31.67º27.69%25.49%-
HSV(B)31.67º43.37%32.55%-
XYZ6.035.943.52-
YUV68.92115.63138.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.35%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=42.35%
G=33.67%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664700.200.430.6731.6727.6925.49
Hex53422F0142B43201c19
Octal1231025702453103403431
Binary1010011100001010111101010010101110000111000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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