Html Css Color HEX #3F3616 Mikado

📋 copy color: '#3F3616'

red 63 ◦ green 54 ◦ blue 22

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

Shades of Mikado #3F3616

Tints of Mikado #3F3616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 45.32%
G = 38.85%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#3F3616 (or 0x3F3616) is known color: Mikado. HEX triplet: 3F, 36 and 16. RGB value is (63,54,22). Sum of RGB (Red+Green+Blue) = 63+54+22=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3616 is #C0C9E9. Grayscale: #353535. Windows color (decimal): -12634602 or 1455679. OLE color: 1455679.

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

Color convert

RGB 63 54 22 -
CMYK 0 0.14 0.65 0.75
HSL 46.83º 0.48% 0.17% -
HSV(B) 46.83º 0.65% 0.25% -
XYZ 3.51 3.75 1.3 -
YUV 53.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 63 54 22 0 0.14 0.65 0.75 46.83 0.48 0.17
Hex 3F 36 16 0 E 41 4B 2F 30 11
Octal 77 66 26 0 16 101 113 57 60 21
Binary 111111 110110 10110 0 1110 1000001 1001011 101111 110000 10001

Color Harmonies of #3F3616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3616

Black with #3F3616

Text Example


Text Example

White with #3F3616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,22); }

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

background-color css

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

 a { background-color: rgb(63,54,22); }

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

border-color css

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

 span { border-color: rgb(63,54,22); }

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