#423F27

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

Shades of Woodrush #423F27

Tints of Woodrush #423F27

Color information

#423F27 (or 0x423F27) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 27. RGB value is (66,63,39). Sum of RGB (Red+Green+Blue) = 66+63+39=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F27 is #BDC0D8. Grayscale: #3D3D3D. Windows color (decimal): -12435673 or 2572098. OLE color: 2572098.

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

Color convert

RGB666339-
CMYK00.050.410.74
HSL53.33º25.71%20.59%-
HSV(B)53.33º40.91%25.88%-
XYZ4.394.862.63-
YUV61.16115.49131.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 63 (25% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=39.29%
G=37.5%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66633900.050.410.7453.3325.7120.59
Hex423F2705294A351a15
Octal10277470551112653225
Binary1000010111111100111010110100110010101101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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