#43422B

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

Shades of Woodrush #43422B

Tints of Woodrush #43422B

Color information

#43422B (or 0x43422B) is unknown color: approx Woodrush. HEX triplet: 43, 42 and 2B. RGB value is (67,66,43). Sum of RGB (Red+Green+Blue) = 67+66+43=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43422B is #BCBDD4. Grayscale: #3F3F3F. Windows color (decimal): -12369365 or 2835011. OLE color: 2835011.

HSL color Cylindrical-coordinate representation of color #43422B: hue angle of 57.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43422B is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB676643-
CMYK00.010.360.74
HSL57.5º21.82%21.57%-
HSV(B)57.5º35.82%26.27%-
XYZ4.75.263.05-
YUV63.68116.33130.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.07%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=38.07%
G=37.5%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67664300.010.360.7457.521.8221.57
Hex43422B01244A3a1616
Octal103102530144112722626
Binary100001110000101010110110010010010101110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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