Html Css Color HEX #3F3520 Mikado

📋 copy color: '#3F3520'

red 63 ◦ green 53 ◦ blue 32

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

Shades of Mikado #3F3520

Tints of Mikado #3F3520

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.81%

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

R = 42.57%
G = 35.81%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#3F3520 (or 0x3F3520) is known color: Mikado. HEX triplet: 3F, 35 and 20. RGB value is (63,53,32). Sum of RGB (Red+Green+Blue) = 63+53+32=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3520 is #C0CADF. Grayscale: #353535. Windows color (decimal): -12634848 or 2110783. OLE color: 2110783.

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

Color convert

RGB 63 53 32 -
CMYK 0 0.16 0.49 0.75
HSL 40.65º 0.33% 0.19% -
HSV(B) 40.65º 0.49% 0.25% -
XYZ 3.58 3.71 1.89 -
YUV 53.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 63 53 32 0 0.16 0.49 0.75 40.65 0.33 0.19
Hex 3F 35 20 0 10 31 4B 29 21 13
Octal 77 65 40 0 20 61 113 51 41 23
Binary 111111 110101 100000 0 10000 110001 1001011 101001 100001 10011

Color Harmonies of #3F3520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3520

Black with #3F3520

Text Example


Text Example

White with #3F3520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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