Html Css Color HEX #3F340A Mikado

📋 copy color: '#3F340A'

red 63 ◦ green 52 ◦ blue 10

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

Shades of Mikado #3F340A

Tints of Mikado #3F340A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8%

R = 50.4%
G = 41.6%
B = 8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#3F340A (or 0x3F340A) is known color: Mikado. HEX triplet: 3F, 34 and 0A. RGB value is (63,52,10). Sum of RGB (Red+Green+Blue) = 63+52+10=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F340A is #C0CBF5. Grayscale: #323232. Windows color (decimal): -12635126 or 668735. OLE color: 668735.

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

Color convert

RGB 63 52 10 -
CMYK 0 0.17 0.84 0.75
HSL 47.55º 0.73% 0.14% -
HSV(B) 47.55º 0.84% 0.25% -
XYZ 3.33 3.53 0.79 -
YUV 50.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 63 52 10 0 0.17 0.84 0.75 47.55 0.73 0.14
Hex 3F 34 A 0 11 54 4B 30 49 E
Octal 77 64 12 0 21 124 113 60 111 16
Binary 111111 110100 1010 0 10001 1010100 1001011 110000 1001001 1110

Color Harmonies of #3F340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F340A

Black with #3F340A

Text Example


Text Example

White with #3F340A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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