#534224

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

Shades of Deep Bronze #534224

Tints of Deep Bronze #534224

Color information

#534224 (or 0x534224) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 24. RGB value is (83,66,36). Sum of RGB (Red+Green+Blue) = 83+66+36=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534224 is #ACBDDB. Grayscale: #434343. Windows color (decimal): -11320796 or 2376275. OLE color: 2376275.

HSL color Cylindrical-coordinate representation of color #534224: hue angle of 38.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534224 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB836636-
CMYK00.200.570.67
HSL38.3º39.5%23.33%-
HSV(B)38.3º56.63%32.55%-
XYZ5.835.862.49-
YUV67.66110.13138.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 66 (26.17% from 255) = 35.68%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=44.86%
G=35.68%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83663600.200.570.6738.339.523.33
Hex5342240143943262717
Octal1231024402471103464727
Binary10100111000010100100010100111001100001110011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534224; }

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

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

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

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

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

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

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

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