#534028

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

Shades of Deep Bronze #534028

Tints of Deep Bronze #534028

Color information

#534028 (or 0x534028) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 28. RGB value is (83,64,40). Sum of RGB (Red+Green+Blue) = 83+64+40=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534028 is #ACBFD7. Grayscale: #434343. Windows color (decimal): -11321304 or 2637907. OLE color: 2637907.

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

Color convert

RGB836440-
CMYK00.230.520.67
HSL33.49º34.96%24.12%-
HSV(B)33.49º51.81%32.55%-
XYZ5.785.662.79-
YUV66.94112.79139.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=44.39%
G=34.22%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83644000.230.520.6733.4934.9624.12
Hex5340280173443212318
Octal1231005002764103414330
Binary10100111000000101000010111110100100001110000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534028; }

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

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

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

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

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

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

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

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