#43421D

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

Shades of Woodrush #43421D

Tints of Woodrush #43421D

Color information

#43421D (or 0x43421D) is unknown color: approx Woodrush. HEX triplet: 43, 42 and 1D. RGB value is (67,66,29). Sum of RGB (Red+Green+Blue) = 67+66+29=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 67 - color contains mainly: red. Hex color #43421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43421D is #BCBDE2. Grayscale: #3E3E3E. Windows color (decimal): -12369379 or 1917507. OLE color: 1917507.

HSL color Cylindrical-coordinate representation of color #43421D: hue angle of 58.42º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43421D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB676629-
CMYK00.010.570.74
HSL58.42º39.58%18.82%-
HSV(B)58.42º56.72%26.27%-
XYZ4.485.181.93-
YUV62.08109.33131.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 29 (11.72% from 255) = 17.90%
R=41.36%
G=40.74%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67662900.010.570.7458.4239.5818.82
Hex43421D01394A3a2813
Octal103102350171112725023
Binary100001110000101110101111001100101011101010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43421D; }

 p { color: rgb(67,66,29); }

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

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

 a { background-color: rgb(67,66,29); }

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

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

 span { border-color: rgb(67,66,29); }

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