Html Css Color HEX #3F3620 Mikado

📋 copy color: '#3F3620'

red 63 ◦ green 54 ◦ blue 32

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

Shades of Mikado #3F3620

Tints of Mikado #3F3620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 42.28%
G = 36.24%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3F3620 (or 0x3F3620) is known color: Mikado. HEX triplet: 3F, 36 and 20. RGB value is (63,54,32). Sum of RGB (Red+Green+Blue) = 63+54+32=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3620 is #C0C9DF. Grayscale: #363636. Windows color (decimal): -12634592 or 2111039. OLE color: 2111039.

HSL color Cylindrical-coordinate representation of color #3F3620: hue angle of 42.58º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F3620 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 54 32 -
CMYK 0 0.14 0.49 0.75
HSL 42.58º 0.33% 0.19% -
HSV(B) 42.58º 0.49% 0.25% -
XYZ 3.63 3.8 1.91 -
YUV 54.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 63 54 32 0 0.14 0.49 0.75 42.58 0.33 0.19
Hex 3F 36 20 0 E 31 4B 2B 21 13
Octal 77 66 40 0 16 61 113 53 41 23
Binary 111111 110110 100000 0 1110 110001 1001011 101011 100001 10011

Color Harmonies of #3F3620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3620

Black with #3F3620

Text Example


Text Example

White with #3F3620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,32); }

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

background-color css

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

 a { background-color: rgb(63,54,32); }

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

border-color css

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

 span { border-color: rgb(63,54,32); }

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