#404433

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

Shades of Scrub #404433

Tints of Scrub #404433

Color information

#404433 (or 0x404433) is unknown color: approx Scrub. HEX triplet: 40, 44 and 33. RGB value is (64,68,51). Sum of RGB (Red+Green+Blue) = 64+68+51=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 68 - color contains mainly: green. Hex color #404433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404433 is #BFBBCC. Grayscale: #404040. Windows color (decimal): -12565453 or 3359808. OLE color: 3359808.

HSL color Cylindrical-coordinate representation of color #404433: hue angle of 74.12º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404433 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB646851-
CMYK0.0600.250.73
HSL74.12º14.29%23.33%-
HSV(B)74.12º25%26.67%-
XYZ4.785.463.93-
YUV64.87120.17127.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 51 (20.31% from 255) = 27.87%
R=34.97%
G=37.16%
B=27.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468510.0600.250.7374.1214.2923.33
Hex4044336019494ae17
Octal1001046360311111121627
Binary1000000100010011001111001100110010011001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404433; }

 p { color: rgb(64,68,51); }

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

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

 a { background-color: rgb(64,68,51); }

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

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

 span { border-color: rgb(64,68,51); }

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