#413B28

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

Shades of Woodrush #413B28

Tints of Woodrush #413B28

Color information

#413B28 (or 0x413B28) is unknown color: approx Woodrush. HEX triplet: 41, 3B and 28. RGB value is (65,59,40). Sum of RGB (Red+Green+Blue) = 65+59+40=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 59 (23.44% from 255 or 35.98% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B28 is #BEC4D7. Grayscale: #3A3A3A. Windows color (decimal): -12502232 or 2636609. OLE color: 2636609.

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

Color convert

RGB655940-
CMYK00.090.380.75
HSL45.6º23.81%20.59%-
HSV(B)45.6º38.46%25.49%-
XYZ4.134.42.64-
YUV58.63117.49132.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 59 (23.44% from 255) = 35.98%
BLUE value IS 40 (16.02% from 255) = 24.39%
R=39.63%
G=35.98%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65594000.090.380.7545.623.8120.59
Hex413B2809264B2e1815
Octal101735001146113563025
Binary10000011110111010000100110011010010111011101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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