#413327

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

Shades of Woodburn #413327

Tints of Woodburn #413327

Color information

#413327 (or 0x413327) is unknown color: approx Woodburn. HEX triplet: 41, 33 and 27. RGB value is (65,51,39). Sum of RGB (Red+Green+Blue) = 65+51+39=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #413327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413327 is #BECCD8. Grayscale: #353535. Windows color (decimal): -12504281 or 2569025. OLE color: 2569025.

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

Color convert

RGB655139-
CMYK00.220.400.75
HSL27.69º25%20.39%-
HSV(B)27.69º40%25.49%-
XYZ3.733.642.43-
YUV53.82119.64135.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=41.94%
G=32.90%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65513900.220.400.7527.692520.39
Hex413327016284B1c1914
Octal101634702650113343124
Binary10000011100111001110101101010001001011111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413327; }

 p { color: rgb(65,51,39); }

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

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

 a { background-color: rgb(65,51,39); }

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

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

 span { border-color: rgb(65,51,39); }

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