#424021

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

Shades of Woodrush #424021

Tints of Woodrush #424021

Color information

#424021 (or 0x424021) is unknown color: approx Woodrush. HEX triplet: 42, 40 and 21. RGB value is (66,64,33). Sum of RGB (Red+Green+Blue) = 66+64+33=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #424021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424021 is #BDBFDE. Grayscale: #3D3D3D. Windows color (decimal): -12435423 or 2179138. OLE color: 2179138.

HSL color Cylindrical-coordinate representation of color #424021: hue angle of 56.36º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424021 is Cyan = 0, Magento = 0.03, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB666433-
CMYK00.030.50.74
HSL56.36º33.33%19.41%-
HSV(B)56.36º50%25.88%-
XYZ4.354.932.16-
YUV61.06112.16131.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=40.49%
G=39.26%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66643300.030.50.7456.3633.3319.41
Hex42402103324A382113
Octal102100410362112704123
Binary10000101000000100001011110010100101011100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424021; }

 p { color: rgb(66,64,33); }

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

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

 a { background-color: rgb(66,64,33); }

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

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

 span { border-color: rgb(66,64,33); }

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