#534126

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

Shades of Deep Bronze #534126

Tints of Deep Bronze #534126

Color information

#534126 (or 0x534126) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 26. RGB value is (83,65,38). Sum of RGB (Red+Green+Blue) = 83+65+38=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 38 (15.23% from 255 or 20.43% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534126 is #ACBED9. Grayscale: #434343. Windows color (decimal): -11321050 or 2507091. OLE color: 2507091.

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

Color convert

RGB836538-
CMYK00.220.540.67
HSL36º37.19%23.73%-
HSV(B)36º54.22%32.55%-
XYZ5.815.762.64-
YUV67.3111.46139.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 38 (15.23% from 255) = 20.43%
R=44.62%
G=34.95%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83653800.220.540.673637.1923.73
Hex5341260163643242518
Octal1231014602666103444530
Binary10100111000001100110010110110110100001110010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534126; }

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

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

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

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

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

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

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

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