#534228

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

Shades of Deep Bronze #534228

Tints of Deep Bronze #534228

Color information

#534228 (or 0x534228) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 28. RGB value is (83,66,40). Sum of RGB (Red+Green+Blue) = 83+66+40=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534228 is #ACBDD7. Grayscale: #444444. Windows color (decimal): -11320792 or 2638419. OLE color: 2638419.

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

Color convert

RGB836640-
CMYK00.200.520.67
HSL36.28º34.96%24.12%-
HSV(B)36.28º51.81%32.55%-
XYZ5.95.892.83-
YUV68.12112.13138.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=43.92%
G=34.92%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83664000.200.520.6736.2834.9624.12
Hex5342280143443242318
Octal1231025002464103444330
Binary10100111000010101000010100110100100001110010010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534228; }

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

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

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

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

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

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

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

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