#534128

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

Shades of Deep Bronze #534128

Tints of Deep Bronze #534128

Color information

#534128 (or 0x534128) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 28. RGB value is (83,65,40). Sum of RGB (Red+Green+Blue) = 83+65+40=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534128 is #ACBED7. Grayscale: #434343. Windows color (decimal): -11321048 or 2638163. OLE color: 2638163.

HSL color Cylindrical-coordinate representation of color #534128: hue angle of 34.88º 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 #534128 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB836540-
CMYK00.220.520.67
HSL34.88º34.96%24.12%-
HSV(B)34.88º51.81%32.55%-
XYZ5.845.772.81-
YUV67.53112.46139.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=44.15%
G=34.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83654000.220.520.6734.8834.9624.12
Hex5341280163443232318
Octal1231015002664103434330
Binary10100111000001101000010110110100100001110001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534128; }

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

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

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

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

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

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

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

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