#503A27

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

Shades of Woodburn #503A27

Tints of Woodburn #503A27

Color information

#503A27 (or 0x503A27) is unknown color: approx Woodburn. HEX triplet: 50, 3A and 27. RGB value is (80,58,39). Sum of RGB (Red+Green+Blue) = 80+58+39=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A27 is #AFC5D8. Grayscale: #3E3E3E. Windows color (decimal): -11519449 or 2570832. OLE color: 2570832.

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

Color convert

RGB805839-
CMYK00.280.510.69
HSL27.8º34.45%23.33%-
HSV(B)27.8º51.25%31.37%-
XYZ5.194.882.59-
YUV62.41114.79140.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=45.20%
G=32.77%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80583900.280.510.6927.834.4523.33
Hex503A2701C33451c2217
Octal120724703463105344227
Binary101000011101010011101110011001110001011110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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