#3F2C03

Color #3F2C03 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #3F2C03

Tints of Mikado #3F2C03

Color information

#3F2C03 (or 0x3F2C03) is unknown color: approx Mikado. HEX triplet: 3F, 2C and 03. RGB value is (63,44,3). Sum of RGB (Red+Green+Blue) = 63+44+3=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C03 is #C0D3FC. Grayscale: #2D2D2D. Windows color (decimal): -12637181 or 207935. OLE color: 207935.

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

Color convert

RGB63443-
CMYK00.300.950.75
HSL41º90.91%12.94%-
HSV(B)41º95.24%24.71%-
XYZ2.972.860.48-
YUV45.01104.29140.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 57.27%
GREEN value IS 44 (17.58% from 255) = 40%
BLUE value IS 3 (1.56% from 255) = 2.73%
R=57.27%
G=40%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6344300.300.950.754190.9112.94
Hex3F2C301E5F4B295bd
Octal775430361371135113315
Binary111111101100110111101011111100101110100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,44,3); }

 H1.HeaderClassName
 {
   color: #3F2C03;
 }
 .AnyTagClassName
 {
   color: #3F2C03;
 }
</style>
background-color css

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

 a { background-color: rgb(63,44,3); }

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

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

 span { border-color: rgb(63,44,3); }

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