#3D2C02

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

Shades of Mikado #3D2C02

Tints of Mikado #3D2C02

Color information

#3D2C02 (or 0x3D2C02) is unknown color: approx Mikado. HEX triplet: 3D, 2C and 02. RGB value is (61,44,2). Sum of RGB (Red+Green+Blue) = 61+44+2=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 2 (1.17% from 255 or 1.87% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2C02 is #C2D3FD. Grayscale: #2C2C2C. Windows color (decimal): -12768254 or 142397. OLE color: 142397.

HSL color Cylindrical-coordinate representation of color #3D2C02: hue angle of 42.71º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D2C02 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB61442-
CMYK00.280.970.76
HSL42.71º93.65%12.35%-
HSV(B)42.71º96.72%23.92%-
XYZ2.842.80.45-
YUV44.3104.13139.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.01%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 2 (1.17% from 255) = 1.87%
R=57.01%
G=41.12%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6144200.280.970.7642.7193.6512.35
Hex3D2C201C614C2b5ec
Octal755420341411145313614
Binary111101101100100111001100001100110010101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,44,2); }

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

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

 a { background-color: rgb(61,44,2); }

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

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

 span { border-color: rgb(61,44,2); }

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