Html Css Color HEX #3F340E Mikado

📋 copy color: '#3F340E'

red 63 ◦ green 52 ◦ blue 14

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

Shades of Mikado #3F340E

Tints of Mikado #3F340E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40.31%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 48.84%
G = 40.31%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3F340E (or 0x3F340E) is known color: Mikado. HEX triplet: 3F, 34 and 0E. RGB value is (63,52,14). Sum of RGB (Red+Green+Blue) = 63+52+14=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340E is #C0CBF1. Grayscale: #333333. Windows color (decimal): -12635122 or 930879. OLE color: 930879.

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

Color convert

RGB 63 52 14 -
CMYK 0 0.17 0.78 0.75
HSL 46.53º 0.64% 0.15% -
HSV(B) 46.53º 0.78% 0.25% -
XYZ 3.36 3.54 0.92 -
YUV 50.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 63 52 14 0 0.17 0.78 0.75 46.53 0.64 0.15
Hex 3F 34 E 0 11 4E 4B 2F 40 F
Octal 77 64 16 0 21 116 113 57 100 17
Binary 111111 110100 1110 0 10001 1001110 1001011 101111 1000000 1111

Color Harmonies of #3F340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F340E

Black with #3F340E

Text Example


Text Example

White with #3F340E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,14); }

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

background-color css

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

 a { background-color: rgb(63,52,14); }

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

border-color css

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

 span { border-color: rgb(63,52,14); }

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