#534226

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

Shades of Deep Bronze #534226

Tints of Deep Bronze #534226

Color information

#534226 (or 0x534226) is unknown color: approx Deep Bronze. HEX triplet: 53, 42 and 26. RGB value is (83,66,38). Sum of RGB (Red+Green+Blue) = 83+66+38=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534226 is #ACBDD9. Grayscale: #444444. Windows color (decimal): -11320794 or 2507347. OLE color: 2507347.

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

Color convert

RGB836638-
CMYK00.200.540.67
HSL37.33º37.19%23.73%-
HSV(B)37.33º54.22%32.55%-
XYZ5.875.882.66-
YUV67.89111.13138.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=44.39%
G=35.29%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83663800.200.540.6737.3337.1923.73
Hex5342260143643252518
Octal1231024602466103454530
Binary10100111000010100110010100110110100001110010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534226; }

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

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

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

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

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

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

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

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