#503A2B

Color #503A2B Woodburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodburn #503A2B

Tints of Woodburn #503A2B

Color information

#503A2B (or 0x503A2B) is unknown color: approx Woodburn. HEX triplet: 50, 3A and 2B. RGB value is (80,58,43). Sum of RGB (Red+Green+Blue) = 80+58+43=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A2B is #AFC5D4. Grayscale: #3E3E3E. Windows color (decimal): -11519445 or 2832976. OLE color: 2832976.

HSL color Cylindrical-coordinate representation of color #503A2B: hue angle of 24.32º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503A2B is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB805843-
CMYK00.280.460.69
HSL24.32º30.08%24.12%-
HSV(B)24.32º46.25%31.37%-
XYZ5.264.912.96-
YUV62.87116.79140.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 43 (17.19% from 255) = 23.76%
R=44.20%
G=32.04%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80584300.280.460.6924.3230.0824.12
Hex503A2B01C2E45181e18
Octal120725303456105303630
Binary10100001110101010110111001011101000101110001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503A2B; }

 p { color: rgb(80,58,43); }

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

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

 a { background-color: rgb(80,58,43); }

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

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

 span { border-color: rgb(80,58,43); }

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