Html Css Color HEX #3F310F Mikado

📋 copy color: '#3F310F'

red 63 ◦ green 49 ◦ blue 15

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

Shades of Mikado #3F310F

Tints of Mikado #3F310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.58%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 49.61%
G = 38.58%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F310F (or 0x3F310F) is known color: Mikado. HEX triplet: 3F, 31 and 0F. RGB value is (63,49,15). Sum of RGB (Red+Green+Blue) = 63+49+15=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F310F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F310F is #C0CEF0. Grayscale: #313131. Windows color (decimal): -12635889 or 995647. OLE color: 995647.

HSL color Cylindrical-coordinate representation of color #3F310F: hue angle of 42.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F310F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 49 15 -
CMYK 0 0.22 0.76 0.75
HSL 42.5º 0.62% 0.15% -
HSV(B) 42.5º 0.76% 0.25% -
XYZ 3.23 3.29 0.92 -
YUV 49.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 63 49 15 0 0.22 0.76 0.75 42.5 0.62 0.15
Hex 3F 31 F 0 16 4C 4B 2A 3E F
Octal 77 61 17 0 26 114 113 52 76 17
Binary 111111 110001 1111 0 10110 1001100 1001011 101010 111110 1111

Color Harmonies of #3F310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F310F

Black with #3F310F

Text Example


Text Example

White with #3F310F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,49,15); }

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

background-color css

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

 a { background-color: rgb(63,49,15); }

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

border-color css

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

 span { border-color: rgb(63,49,15); }

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