Html Css Color HEX #3F3720 Mikado

📋 copy color: '#3F3720'

red 63 ◦ green 55 ◦ blue 32

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

Shades of Mikado #3F3720

Tints of Mikado #3F3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.67%

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

R = 42%
G = 36.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3F3720 (or 0x3F3720) is known color: Mikado. HEX triplet: 3F, 37 and 20. RGB value is (63,55,32). Sum of RGB (Red+Green+Blue) = 63+55+32=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3720 is #C0C8DF. Grayscale: #363636. Windows color (decimal): -12634336 or 2111295. OLE color: 2111295.

HSL color Cylindrical-coordinate representation of color #3F3720: hue angle of 44.52º 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 #3F3720 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 32 -
CMYK 0 0.13 0.49 0.75
HSL 44.52º 0.33% 0.19% -
HSV(B) 44.52º 0.49% 0.25% -
XYZ 3.68 3.89 1.92 -
YUV 54.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 63 55 32 0 0.13 0.49 0.75 44.52 0.33 0.19
Hex 3F 37 20 0 D 31 4B 2D 21 13
Octal 77 67 40 0 15 61 113 55 41 23
Binary 111111 110111 100000 0 1101 110001 1001011 101101 100001 10011

Color Harmonies of #3F3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3720

Black with #3F3720

Text Example


Text Example

White with #3F3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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