#424133

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

Shades of Woodrush #424133

Tints of Woodrush #424133

Color information

#424133 (or 0x424133) is unknown color: approx Woodrush. HEX triplet: 42, 41 and 33. RGB value is (66,65,51). Sum of RGB (Red+Green+Blue) = 66+65+51=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #424133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424133 is #BDBECC. Grayscale: #3F3F3F. Windows color (decimal): -12435149 or 3359042. OLE color: 3359042.

HSL color Cylindrical-coordinate representation of color #424133: hue angle of 56º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424133 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB666551-
CMYK00.020.230.74
HSL56º12.82%22.94%-
HSV(B)56º22.73%25.88%-
XYZ4.735.183.88-
YUV63.7120.83129.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 51 (20.31% from 255) = 28.02%
R=36.26%
G=35.71%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66655100.020.230.745612.8222.94
Hex42413302174A38d17
Octal102101630227112701527
Binary10000101000001110011010101111001010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424133; }

 p { color: rgb(66,65,51); }

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

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

 a { background-color: rgb(66,65,51); }

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

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

 span { border-color: rgb(66,65,51); }

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