Html Css Color HEX #3F3821 Mikado

📋 copy color: '#3F3821'

red 63 ◦ green 56 ◦ blue 33

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

Shades of Mikado #3F3821

Tints of Mikado #3F3821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 36.84%

 BLUE value IS 33 (13.28% from 255) = 21.71%

R = 41.45%
G = 36.84%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#3F3821 (or 0x3F3821) is known color: Mikado. HEX triplet: 3F, 38 and 21. RGB value is (63,56,33). Sum of RGB (Red+Green+Blue) = 63+56+33=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3821 is #C0C7DE. Grayscale: #373737. Windows color (decimal): -12634079 or 2177087. OLE color: 2177087.

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

Color convert

RGB 63 56 33 -
CMYK 0 0.11 0.48 0.75
HSL 46º 0.31% 0.19% -
HSV(B) 46º 0.48% 0.25% -
XYZ 3.74 3.99 2.01 -
YUV 55.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 63 56 33 0 0.11 0.48 0.75 46 0.31 0.19
Hex 3F 38 21 0 B 30 4B 2E 1F 13
Octal 77 70 41 0 13 60 113 56 37 23
Binary 111111 111000 100001 0 1011 110000 1001011 101110 11111 10011

Color Harmonies of #3F3821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3821

Black with #3F3821

Text Example


Text Example

White with #3F3821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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