#534434

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

Shades of Deep Bronze #534434

Tints of Deep Bronze #534434

Color information

#534434 (or 0x534434) is unknown color: approx Deep Bronze. HEX triplet: 53, 44 and 34. RGB value is (83,68,52). Sum of RGB (Red+Green+Blue) = 83+68+52=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534434 is #ACBBCB. Grayscale: #464646. Windows color (decimal): -11320268 or 3425363. OLE color: 3425363.

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

Color convert

RGB836852-
CMYK00.180.370.67
HSL30.97º22.96%26.47%-
HSV(B)30.97º37.35%32.55%-
XYZ6.256.224.12-
YUV70.66117.47136.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=40.89%
G=33.50%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83685200.180.370.6730.9722.9626.47
Hex53443401225431f171a
Octal1231046402245103372732
Binary101001110001001101000100101001011000011111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534434; }

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

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

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

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

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

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

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

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