#43423B

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

Shades of Woodrush #43423B

Tints of Woodrush #43423B

Color information

#43423B (or 0x43423B) is unknown color: approx Woodrush. HEX triplet: 43, 42 and 3B. RGB value is (67,66,59). Sum of RGB (Red+Green+Blue) = 67+66+59=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 67 - color contains mainly: red. Hex color #43423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43423B is #BCBDC4. Grayscale: #414141. Windows color (decimal): -12369349 or 3883587. OLE color: 3883587.

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

Color convert

RGB676659-
CMYK00.010.120.74
HSL52.5º6.35%24.71%-
HSV(B)52.5º11.94%26.27%-
XYZ5.055.414.91-
YUV65.5124.33129.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 59 (23.44% from 255) = 30.73%
R=34.90%
G=34.38%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67665900.010.120.7452.56.3524.71
Hex43423B01C4A35619
Octal10310273011411265631
Binary10000111000010111011011100100101011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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