#3F4329

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

Shades of Scrub #3F4329

Tints of Scrub #3F4329

Color information

#3F4329 (or 0x3F4329) is unknown color: approx Scrub. HEX triplet: 3F, 43 and 29. RGB value is (63,67,41). Sum of RGB (Red+Green+Blue) = 63+67+41=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4329 is #C0BCD6. Grayscale: #3E3E3E. Windows color (decimal): -12631255 or 2704191. OLE color: 2704191.

HSL color Cylindrical-coordinate representation of color #3F4329: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F4329 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB636741-
CMYK0.0600.390.74
HSL69.23º24.07%21.18%-
HSV(B)69.23º38.81%26.27%-
XYZ4.465.232.87-
YUV62.84115.67128.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.84%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 41 (16.41% from 255) = 23.98%
R=36.84%
G=39.18%
B=23.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6367410.0600.390.7469.2324.0721.18
Hex3F432960274A451815
Octal771035160471121053025
Binary11111110000111010011100100111100101010001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F4329; }

 p { color: rgb(63,67,41); }

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

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

 a { background-color: rgb(63,67,41); }

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

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

 span { border-color: rgb(63,67,41); }

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