Html Css Color HEX #3F3715 Mikado

📋 copy color: '#3F3715'

red 63 ◦ green 55 ◦ blue 21

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

Shades of Mikado #3F3715

Tints of Mikado #3F3715

RGB

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

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

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

R = 45.32%
G = 39.57%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3715 (or 0x3F3715) is known color: Mikado. HEX triplet: 3F, 37 and 15. RGB value is (63,55,21). Sum of RGB (Red+Green+Blue) = 63+55+21=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3715 is #C0C8EA. Grayscale: #353535. Windows color (decimal): -12634347 or 1390399. OLE color: 1390399.

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

Color convert

RGB 63 55 21 -
CMYK 0 0.13 0.67 0.75
HSL 48.57º 0.5% 0.16% -
HSV(B) 48.57º 0.67% 0.25% -
XYZ 3.55 3.84 1.26 -
YUV 53.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 63 55 21 0 0.13 0.67 0.75 48.57 0.5 0.16
Hex 3F 37 15 0 D 43 4B 31 32 10
Octal 77 67 25 0 15 103 113 61 62 20
Binary 111111 110111 10101 0 1101 1000011 1001011 110001 110010 10000

Color Harmonies of #3F3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3715

Black with #3F3715

Text Example


Text Example

White with #3F3715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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