#414529

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

Shades of Scrub #414529

Tints of Scrub #414529

Color information

#414529 (or 0x414529) is unknown color: approx Scrub. HEX triplet: 41, 45 and 29. RGB value is (65,69,41). Sum of RGB (Red+Green+Blue) = 65+69+41=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #414529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414529 is #BEBAD6. Grayscale: #404040. Windows color (decimal): -12499671 or 2704705. OLE color: 2704705.

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

Color convert

RGB656941-
CMYK0.0600.410.73
HSL68.57º25.45%21.57%-
HSV(B)68.57º40.58%27.06%-
XYZ4.715.542.92-
YUV64.61114.67128.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=37.14%
G=39.43%
B=23.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569410.0600.410.7368.5725.4521.57
Hex414529602949451916
Octal1011055160511111053126
Binary100000110001011010011100101001100100110001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414529; }

 p { color: rgb(65,69,41); }

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

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

 a { background-color: rgb(65,69,41); }

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

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

 span { border-color: rgb(65,69,41); }

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