#3F2B00

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

Shades of Mikado #3F2B00

Tints of Mikado #3F2B00

Color information

#3F2B00 (or 0x3F2B00) is unknown color: approx Mikado. HEX triplet: 3F, 2B and 00. RGB value is (63,43,0). Sum of RGB (Red+Green+Blue) = 63+43+0=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2B00 is #C0D4FF. Grayscale: #2C2C2C. Windows color (decimal): -12637440 or 11071. OLE color: 11071.

HSL color Cylindrical-coordinate representation of color #3F2B00: hue angle of 40.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F2B00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB63430-
CMYK00.3210.75
HSL40.95º100%12.35%-
HSV(B)40.95º100%24.71%-
XYZ2.912.780.38-
YUV44.08103.13141.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 59.43%
GREEN value IS 43 (17.19% from 255) = 40.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.43%
G=40.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6343000.3210.7540.9510012.35
Hex3F2B0020644B2964c
Octal775300401441135114414
Binary111111101011001000001100100100101110100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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