#534534

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

Shades of Deep Bronze #534534

Tints of Deep Bronze #534534

Color information

#534534 (or 0x534534) is unknown color: approx Deep Bronze. HEX triplet: 53, 45 and 34. RGB value is (83,69,52). Sum of RGB (Red+Green+Blue) = 83+69+52=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #534534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534534 is #ACBACB. Grayscale: #474747. Windows color (decimal): -11320012 or 3425619. OLE color: 3425619.

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

Color convert

RGB836952-
CMYK00.170.370.67
HSL32.9º22.96%26.47%-
HSV(B)32.9º37.35%32.55%-
XYZ6.326.344.14-
YUV71.25117.14136.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.69%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=40.69%
G=33.82%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83695200.170.370.6732.922.9626.47
Hex534534011254321171a
Octal1231056402145103412732
Binary1010011100010111010001000110010110000111000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534534; }

 p { color: rgb(83,69,52); }

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

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

 a { background-color: rgb(83,69,52); }

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

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

 span { border-color: rgb(83,69,52); }

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