#3F452C

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

Shades of Scrub #3F452C

Tints of Scrub #3F452C

Color information

#3F452C (or 0x3F452C) is unknown color: approx Scrub. HEX triplet: 3F, 45 and 2C. RGB value is (63,69,44). Sum of RGB (Red+Green+Blue) = 63+69+44=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 69 - color contains mainly: green. Hex color #3F452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F452C is #C0BAD3. Grayscale: #404040. Windows color (decimal): -12630740 or 2901311. OLE color: 2901311.

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

Color convert

RGB636944-
CMYK0.0900.360.73
HSL74.4º22.12%22.16%-
HSV(B)74.4º36.23%27.06%-
XYZ4.635.493.2-
YUV64.36116.51127.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 44 (17.58% from 255) = 25%
R=35.80%
G=39.20%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6369440.0900.360.7374.422.1222.16
Hex3F452C9024494a1616
Octal7710554110441111122626
Binary111111100010110110010010100100100100110010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,69,44); }

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

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

 a { background-color: rgb(63,69,44); }

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

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

 span { border-color: rgb(63,69,44); }

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