#43422C

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

Shades of Woodrush #43422C

Tints of Woodrush #43422C

Color information

#43422C (or 0x43422C) is unknown color: approx Woodrush. HEX triplet: 43, 42 and 2C. RGB value is (67,66,44). Sum of RGB (Red+Green+Blue) = 67+66+44=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 67 - color contains mainly: red. Hex color #43422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43422C is #BCBDD3. Grayscale: #3F3F3F. Windows color (decimal): -12369364 or 2900547. OLE color: 2900547.

HSL color Cylindrical-coordinate representation of color #43422C: hue angle of 57.39º 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 #43422C is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB676644-
CMYK00.010.340.74
HSL57.39º20.72%21.76%-
HSV(B)57.39º34.33%26.27%-
XYZ4.725.273.15-
YUV63.79116.83130.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.85%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=37.85%
G=37.29%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67664400.010.340.7457.3920.7221.76
Hex43422C01224A391516
Octal103102540142112712526
Binary100001110000101011000110001010010101110011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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