#53422B

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

Shades of Deep Bronze #53422B

Tints of Deep Bronze #53422B

Color information

#53422B (or 0x53422B) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 2B. RGB value is (83,66,43). Sum of RGB (Red+Green+Blue) = 83+66+43=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53422B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53422B is #ACBDD4. Grayscale: #444444. Windows color (decimal): -11320789 or 2835027. OLE color: 2835027.

HSL color Cylindrical-coordinate representation of color #53422B: hue angle of 34.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53422B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB836643-
CMYK00.200.480.67
HSL34.5º31.75%24.71%-
HSV(B)34.5º48.19%32.55%-
XYZ5.955.913.11-
YUV68.46113.63138.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=43.23%
G=34.38%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664300.200.480.6734.531.7524.71
Hex53422B0143043232019
Octal1231025302460103434031
Binary10100111000010101011010100110000100001110001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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