Html Css Color HEX #3F320D Mikado

📋 copy color: '#3F320D'

red 63 ◦ green 50 ◦ blue 13

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

Shades of Mikado #3F320D

Tints of Mikado #3F320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 50%
G = 39.68%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F320D (or 0x3F320D) is known color: Mikado. HEX triplet: 3F, 32 and 0D. RGB value is (63,50,13). Sum of RGB (Red+Green+Blue) = 63+50+13=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F320D is #C0CDF2. Grayscale: #313131. Windows color (decimal): -12635635 or 864831. OLE color: 864831.

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

Color convert

RGB 63 50 13 -
CMYK 0 0.21 0.79 0.75
HSL 44.4º 0.66% 0.15% -
HSV(B) 44.4º 0.79% 0.25% -
XYZ 3.26 3.37 0.86 -
YUV 49.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 63 50 13 0 0.21 0.79 0.75 44.4 0.66 0.15
Hex 3F 32 D 0 15 4F 4B 2C 42 F
Octal 77 62 15 0 25 117 113 54 102 17
Binary 111111 110010 1101 0 10101 1001111 1001011 101100 1000010 1111

Color Harmonies of #3F320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F320D

Black with #3F320D

Text Example


Text Example

White with #3F320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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