#534223

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

Shades of Deep Bronze #534223

Tints of Deep Bronze #534223

Color information

#534223 (or 0x534223) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 23. RGB value is (83,66,35). Sum of RGB (Red+Green+Blue) = 83+66+35=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534223 is #ACBDDC. Grayscale: #434343. Windows color (decimal): -11320797 or 2310739. OLE color: 2310739.

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

Color convert

RGB836635-
CMYK00.200.580.67
HSL38.75º40.68%23.14%-
HSV(B)38.75º57.83%32.55%-
XYZ5.825.862.41-
YUV67.55109.63139.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 35 (14.06% from 255) = 19.02%
R=45.11%
G=35.87%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83663500.200.580.6738.7540.6823.14
Hex5342230143A43272917
Octal1231024302472103475127
Binary10100111000010100011010100111010100001110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534223; }

 p { color: rgb(83,66,35); }

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

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

 a { background-color: rgb(83,66,35); }

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

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

 span { border-color: rgb(83,66,35); }

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