#423F30

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

Shades of Woodrush #423F30

Tints of Woodrush #423F30

Color information

#423F30 (or 0x423F30) is unknown color: approx Woodrush. HEX triplet: 42, 3F and 30. RGB value is (66,63,48). Sum of RGB (Red+Green+Blue) = 66+63+48=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 66 - color contains mainly: red. Hex color #423F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423F30 is #BDC0CF. Grayscale: #3E3E3E. Windows color (decimal): -12435664 or 3161922. OLE color: 3161922.

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

Color convert

RGB666348-
CMYK00.050.270.74
HSL50º15.79%22.35%-
HSV(B)50º27.27%25.88%-
XYZ4.564.933.51-
YUV62.19119.99130.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=37.29%
G=35.59%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66634800.050.270.745015.7922.35
Hex423F30051B4A321016
Octal10277600533112622026
Binary100001011111111000001011101110010101100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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