#43402C

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

Shades of Woodrush #43402C

Tints of Woodrush #43402C

Color information

#43402C (or 0x43402C) is unknown color: approx Woodrush. HEX triplet: 43, 40 and 2C. RGB value is (67,64,44). Sum of RGB (Red+Green+Blue) = 67+64+44=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 67 - color contains mainly: red. Hex color #43402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43402C is #BCBFD3. Grayscale: #3E3E3E. Windows color (decimal): -12369876 or 2900035. OLE color: 2900035.

HSL color Cylindrical-coordinate representation of color #43402C: hue angle of 52.17º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43402C is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB676444-
CMYK00.040.340.74
HSL52.17º20.72%21.76%-
HSV(B)52.17º34.33%26.27%-
XYZ4.65.043.11-
YUV62.62117.49131.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.29%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=38.29%
G=36.57%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67644400.040.340.7452.1720.7221.76
Hex43402C04224A341516
Octal103100540442112642526
Binary10000111000000101100010010001010010101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43402C; }

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

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

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

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

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

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

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

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