#413C27

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

Shades of Woodrush #413C27

Tints of Woodrush #413C27

Color information

#413C27 (or 0x413C27) is unknown color: approx Woodrush. HEX triplet: 41, 3C and 27. RGB value is (65,60,39). Sum of RGB (Red+Green+Blue) = 65+60+39=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C27 is #BEC3D8. Grayscale: #3B3B3B. Windows color (decimal): -12501977 or 2571329. OLE color: 2571329.

HSL color Cylindrical-coordinate representation of color #413C27: hue angle of 48.46º 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 #413C27 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB656039-
CMYK00.080.400.75
HSL48.46º25%20.39%-
HSV(B)48.46º40%25.49%-
XYZ4.164.52.57-
YUV59.1116.66132.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 60 (23.83% from 255) = 36.59%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=39.63%
G=36.59%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65603900.080.400.7548.462520.39
Hex413C2708284B301914
Octal101744701050113603124
Binary10000011111001001110100010100010010111100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413C27; }

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

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

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

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

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

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

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

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