#413428

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

Shades of Woodburn #413428

Tints of Woodburn #413428

Color information

#413428 (or 0x413428) is unknown color: approx Woodburn. HEX triplet: 41, 34 and 28. RGB value is (65,52,40). Sum of RGB (Red+Green+Blue) = 65+52+40=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413428 is #BECBD7. Grayscale: #363636. Windows color (decimal): -12504024 or 2634817. OLE color: 2634817.

HSL color Cylindrical-coordinate representation of color #413428: hue angle of 28.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413428 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB655240-
CMYK00.200.380.75
HSL28.8º23.81%20.59%-
HSV(B)28.8º38.46%25.49%-
XYZ3.793.732.53-
YUV54.52119.81135.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 52 (20.70% from 255) = 33.12%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=41.40%
G=33.12%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65524000.200.380.7528.823.8120.59
Hex413428014264B1d1815
Octal101645002446113353025
Binary10000011101001010000101001001101001011111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413428; }

 p { color: rgb(65,52,40); }

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

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

 a { background-color: rgb(65,52,40); }

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

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

 span { border-color: rgb(65,52,40); }

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