#423F2A

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

Shades of Woodrush #423F2A

Tints of Woodrush #423F2A

Color information

#423F2A (or 0x423F2A) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 2A. RGB value is (66,63,42). Sum of RGB (Red+Green+Blue) = 66+63+42=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2A is #BDC0D5. Grayscale: #3D3D3D. Windows color (decimal): -12435670 or 2768706. OLE color: 2768706.

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

Color convert

RGB666342-
CMYK00.050.360.74
HSL52.5º22.22%21.18%-
HSV(B)52.5º36.36%25.88%-
XYZ4.444.882.9-
YUV61.5116.99131.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 63 (25% from 255) = 36.84%
BLUE value IS 42 (16.80% from 255) = 24.56%
R=38.60%
G=36.84%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66634200.050.360.7452.522.2221.18
Hex423F2A05244A341615
Octal10277520544112642625
Binary1000010111111101010010110010010010101101001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F2A; }

 p { color: rgb(66,63,42); }

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

<style>
 a { background-color: #423F2A; }

 a { background-color: rgb(66,63,42); }

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

<style>
 span { border-color: #423F2A; }

 span { border-color: rgb(66,63,42); }

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