#534027

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

Shades of Deep Bronze #534027

Tints of Deep Bronze #534027

Color information

#534027 (or 0x534027) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 27. RGB value is (83,64,39). Sum of RGB (Red+Green+Blue) = 83+64+39=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 39 (15.62% from 255 or 20.97% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534027 is #ACBFD8. Grayscale: #424242. Windows color (decimal): -11321305 or 2572371. OLE color: 2572371.

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

Color convert

RGB836439-
CMYK00.230.530.67
HSL34.09º36.07%23.92%-
HSV(B)34.09º53.01%32.55%-
XYZ5.775.652.71-
YUV66.83112.29139.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 39 (15.62% from 255) = 20.97%
R=44.62%
G=34.41%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643900.230.530.6734.0936.0723.92
Hex5340270173543222418
Octal1231004702765103424430
Binary10100111000000100111010111110101100001110001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534027; }

 p { color: rgb(83,64,39); }

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

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

 a { background-color: rgb(83,64,39); }

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

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

 span { border-color: rgb(83,64,39); }

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