#534025

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

Shades of Deep Bronze #534025

Tints of Deep Bronze #534025

Color information

#534025 (or 0x534025) is unknown color: approx Deep Bronze. HEX triplet: 53, 40 and 25. RGB value is (83,64,37). Sum of RGB (Red+Green+Blue) = 83+64+37=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534025 is #ACBFDA. Grayscale: #424242. Windows color (decimal): -11321307 or 2441299. OLE color: 2441299.

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

Color convert

RGB836437-
CMYK00.230.550.67
HSL35.22º38.33%23.53%-
HSV(B)35.22º55.42%32.55%-
XYZ5.735.642.54-
YUV66.6111.29139.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 37 (14.84% from 255) = 20.11%
R=45.11%
G=34.78%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83643700.230.550.6735.2238.3323.53
Hex5340250173743232618
Octal1231004502767103434630
Binary10100111000000100101010111110111100001110001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534025; }

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

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

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

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

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

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

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

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