Html Css Color HEX #3F4538 Mallard

📋 copy color: '#3F4538'

red 63 ◦ green 69 ◦ blue 56

#3F4538
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #3F4538

Tints of Mallard #3F4538

RGB

 RED value IS 63 (25% from 255) = 33.51%

 GREEN value IS 69 (27.34% from 255) = 36.7%

 BLUE value IS 56 (22.27% from 255) = 29.79%

R = 33.51%
G = 36.7%
B = 29.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#3F4538 (or 0x3F4538) is known color: Mallard. HEX triplet: 3F, 45 and 38. RGB value is (63,69,56). Sum of RGB (Red+Green+Blue) = 63+69+56=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4538 is #C0BAC7. Grayscale: #414141. Windows color (decimal): -12630728 or 3687743. OLE color: 3687743.

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

Color convert

RGB 63 69 56 -
CMYK 0.09 0 0.19 0.73
HSL 87.69º 0.1% 0.25% -
HSV(B) 87.69º 0.19% 0.27% -
XYZ 4.89 5.6 4.56 -
YUV 65.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 63 69 56 0.09 0 0.19 0.73 87.69 0.1 0.25
Hex 3F 45 38 9 0 13 49 58 A 19
Octal 77 105 70 11 0 23 111 130 12 31
Binary 111111 1000101 111000 1001 0 10011 1001001 1011000 1010 11001

Color Harmonies of #3F4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4538

Black with #3F4538

Text Example


Text Example

White with #3F4538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4538;
 }
 .AnyTagClassName
 {
   color: #3F4538;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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