Html Css Color HEX #3F3501 Mikado

📋 copy color: '#3F3501'

red 63 ◦ green 53 ◦ blue 1

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

Shades of Mikado #3F3501

Tints of Mikado #3F3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 45.3%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 53.85%
G = 45.3%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F3501 (or 0x3F3501) is known color: Mikado. HEX triplet: 3F, 35 and 01. RGB value is (63,53,1). Sum of RGB (Red+Green+Blue) = 63+53+1=117 (15% of max value = 765). Red value is 63 (25% from 255 or 53.85% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3501 is #C0CAFE. Grayscale: #323232. Windows color (decimal): -12634879 or 79167. OLE color: 79167.

HSL color Cylindrical-coordinate representation of color #3F3501: hue angle of 50.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3501 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 1 -
CMYK 0 0.16 0.98 0.75
HSL 50.32º 0.97% 0.13% -
HSV(B) 50.32º 0.98% 0.25% -
XYZ 3.33 3.61 0.55 -
YUV 50.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 63 53 1 0 0.16 0.98 0.75 50.32 0.97 0.13
Hex 3F 35 1 0 10 62 4B 32 61 D
Octal 77 65 1 0 20 142 113 62 141 15
Binary 111111 110101 1 0 10000 1100010 1001011 110010 1100001 1101

Color Harmonies of #3F3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3501

Black with #3F3501

Text Example


Text Example

White with #3F3501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,53,1); }

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

background-color css

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

 a { background-color: rgb(63,53,1); }

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

border-color css

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

 span { border-color: rgb(63,53,1); }

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