#534125

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

Shades of Deep Bronze #534125

Tints of Deep Bronze #534125

Color information

#534125 (or 0x534125) is unknown color: approx Deep Bronze. HEX triplet: 53, 41 and 25. RGB value is (83,65,37). Sum of RGB (Red+Green+Blue) = 83+65+37=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534125 is #ACBEDA. Grayscale: #434343. Windows color (decimal): -11321051 or 2441555. OLE color: 2441555.

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

Color convert

RGB836537-
CMYK00.220.550.67
HSL36.52º38.33%23.53%-
HSV(B)36.52º55.42%32.55%-
XYZ5.795.752.56-
YUV67.19110.96139.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 37 (14.84% from 255) = 20%
R=44.86%
G=35.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83653700.220.550.6736.5238.3323.53
Hex5341250163743252618
Octal1231014502667103454630
Binary10100111000001100101010110110111100001110010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534125; }

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

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

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

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

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

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

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

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