Html Css Color HEX #3F3215 Mikado

📋 copy color: '#3F3215'

red 63 ◦ green 50 ◦ blue 21

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

Shades of Mikado #3F3215

Tints of Mikado #3F3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 47.01%
G = 37.31%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3215 (or 0x3F3215) is known color: Mikado. HEX triplet: 3F, 32 and 15. RGB value is (63,50,21). Sum of RGB (Red+Green+Blue) = 63+50+21=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3215 is #C0CDEA. Grayscale: #323232. Windows color (decimal): -12635627 or 1389119. OLE color: 1389119.

HSL color Cylindrical-coordinate representation of color #3F3215: hue angle of 41.43º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F3215 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 50 21 -
CMYK 0 0.21 0.67 0.75
HSL 41.43º 0.5% 0.16% -
HSV(B) 41.43º 0.67% 0.25% -
XYZ 3.33 3.39 1.19 -
YUV 50.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 63 50 21 0 0.21 0.67 0.75 41.43 0.5 0.16
Hex 3F 32 15 0 15 43 4B 29 32 10
Octal 77 62 25 0 25 103 113 51 62 20
Binary 111111 110010 10101 0 10101 1000011 1001011 101001 110010 10000

Color Harmonies of #3F3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3215

Black with #3F3215

Text Example


Text Example

White with #3F3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,50,21); }

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

background-color css

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

 a { background-color: rgb(63,50,21); }

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

border-color css

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

 span { border-color: rgb(63,50,21); }

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