Html Css Color HEX #3F3301 Mikado

📋 copy color: '#3F3301'

red 63 ◦ green 51 ◦ blue 1

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

Shades of Mikado #3F3301

Tints of Mikado #3F3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 44.35%

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

R = 54.78%
G = 44.35%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F3301 (or 0x3F3301) is known color: Mikado. HEX triplet: 3F, 33 and 01. RGB value is (63,51,1). Sum of RGB (Red+Green+Blue) = 63+51+1=115 (15% of max value = 765). Red value is 63 (25% from 255 or 54.78% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3301 is #C0CCFE. Grayscale: #313131. Windows color (decimal): -12635391 or 78655. OLE color: 78655.

HSL color Cylindrical-coordinate representation of color #3F3301: hue angle of 48.39º 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 #3F3301 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 51 1 -
CMYK 0 0.19 0.98 0.75
HSL 48.39º 0.97% 0.13% -
HSV(B) 48.39º 0.98% 0.25% -
XYZ 3.24 3.43 0.52 -
YUV 48.89 100.98 138.07 -
System Red Green Blue C M Y K H S L
Decimal 63 51 1 0 0.19 0.98 0.75 48.39 0.97 0.13
Hex 3F 33 1 0 13 62 4B 30 61 D
Octal 77 63 1 0 23 142 113 60 141 15
Binary 111111 110011 1 0 10011 1100010 1001011 110000 1100001 1101

Color Harmonies of #3F3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3301

Black with #3F3301

Text Example


Text Example

White with #3F3301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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