Html Css Color HEX #3F2B01 Mikado

📋 copy color: '#3F2B01'

red 63 ◦ green 43 ◦ blue 1

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

Shades of Mikado #3F2B01

Tints of Mikado #3F2B01

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.19%

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

R = 58.88%
G = 40.19%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F2B01 (or 0x3F2B01) is known color: Mikado. HEX triplet: 3F, 2B and 01. RGB value is (63,43,1). Sum of RGB (Red+Green+Blue) = 63+43+1=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 43 (17.19% from 255 or 40.19% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B01 is #C0D4FE. Grayscale: #2C2C2C. Windows color (decimal): -12637439 or 76607. OLE color: 76607.

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

Color convert

RGB 63 43 1 -
CMYK 0 0.32 0.98 0.75
HSL 40.65º 0.97% 0.13% -
HSV(B) 40.65º 0.98% 0.25% -
XYZ 2.92 2.79 0.41 -
YUV 44.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 63 43 1 0 0.32 0.98 0.75 40.65 0.97 0.13
Hex 3F 2B 1 0 20 62 4B 29 61 D
Octal 77 53 1 0 40 142 113 51 141 15
Binary 111111 101011 1 0 100000 1100010 1001011 101001 1100001 1101

Color Harmonies of #3F2B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2B01

Black with #3F2B01

Text Example


Text Example

White with #3F2B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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