#413226

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

Shades of Woodburn #413226

Tints of Woodburn #413226

Color information

#413226 (or 0x413226) is unknown color: approx Woodburn. HEX triplet: 41, 32 and 26. RGB value is (65,50,38). Sum of RGB (Red+Green+Blue) = 65+50+38=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413226 is #BECDD9. Grayscale: #353535. Windows color (decimal): -12504538 or 2503233. OLE color: 2503233.

HSL color Cylindrical-coordinate representation of color #413226: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413226 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB655038-
CMYK00.230.420.75
HSL26.67º26.21%20.2%-
HSV(B)26.67º41.54%25.49%-
XYZ3.673.542.32-
YUV53.12119.47136.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=42.48%
G=32.68%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65503800.230.420.7526.6726.2120.2
Hex4132260172A4B1b1a14
Octal101624602752113333224
Binary10000011100101001100101111010101001011110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413226; }

 p { color: rgb(65,50,38); }

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

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

 a { background-color: rgb(65,50,38); }

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

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

 span { border-color: rgb(65,50,38); }

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