#423F2D

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

Shades of Woodrush #423F2D

Tints of Woodrush #423F2D

Color information

#423F2D (or 0x423F2D) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 2D. RGB value is (66,63,45). Sum of RGB (Red+Green+Blue) = 66+63+45=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 66 - color contains mainly: red. Hex color #423F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F2D is #BDC0D2. Grayscale: #3D3D3D. Windows color (decimal): -12435667 or 2965314. OLE color: 2965314.

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

Color convert

RGB666345-
CMYK00.050.320.74
HSL51.43º18.92%21.76%-
HSV(B)51.43º31.82%25.88%-
XYZ4.54.93.19-
YUV61.84118.49130.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=37.93%
G=36.21%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66634500.050.320.7451.4318.9221.76
Hex423F2D05204A331316
Octal10277550540112632326
Binary1000010111111101101010110000010010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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