#3B2E02

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

Shades of Mikado #3B2E02

Tints of Mikado #3B2E02

Color information

#3B2E02 (or 0x3B2E02) is unknown color: approx Mikado. HEX triplet: 3B, 2E and 02. RGB value is (59,46,2). Sum of RGB (Red+Green+Blue) = 59+46+2=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2E02 is #C4D1FD. Grayscale: #2D2D2D. Windows color (decimal): -12898814 or 142907. OLE color: 142907.

HSL color Cylindrical-coordinate representation of color #3B2E02: hue angle of 46.32º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B2E02 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB59462-
CMYK00.220.970.77
HSL46.32º93.44%11.96%-
HSV(B)46.32º96.61%23.14%-
XYZ2.792.890.47-
YUV44.87103.81138.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.14%
GREEN value IS 46 (18.36% from 255) = 42.99%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=55.14%
G=42.99%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5946200.220.970.7746.3293.4411.96
Hex3B2E2016614D2e5dc
Octal735620261411155613514
Binary111011101110100101101100001100110110111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,46,2); }

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

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

 a { background-color: rgb(59,46,2); }

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

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

 span { border-color: rgb(59,46,2); }

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