#43401F

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

Shades of Woodrush #43401F

Tints of Woodrush #43401F

Color information

#43401F (or 0x43401F) is unknown color: approx Woodrush. HEX triplet: 43, 40 and 1F. RGB value is (67,64,31). Sum of RGB (Red+Green+Blue) = 67+64+31=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43401F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401F is #BCBFE0. Grayscale: #3D3D3D. Windows color (decimal): -12369889 or 2048067. OLE color: 2048067.

HSL color Cylindrical-coordinate representation of color #43401F: hue angle of 55º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43401F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB676431-
CMYK00.040.540.74
HSL55º36.73%19.22%-
HSV(B)55º53.73%26.27%-
XYZ4.44.962.02-
YUV61.14110.99132.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=41.36%
G=39.51%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67643100.040.540.745536.7319.22
Hex43401F04364A372513
Octal103100370466112674523
Binary10000111000000111110100110110100101011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43401F; }

 p { color: rgb(67,64,31); }

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

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

 a { background-color: rgb(67,64,31); }

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

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

 span { border-color: rgb(67,64,31); }

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