#3D3002

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

Shades of Mikado #3D3002

Tints of Mikado #3D3002

Color information

#3D3002 (or 0x3D3002) is unknown color: approx Mikado. HEX triplet: 3D, 30 and 02. RGB value is (61,48,2). Sum of RGB (Red+Green+Blue) = 61+48+2=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3002 is #C2CFFD. Grayscale: #2E2E2E. Windows color (decimal): -12767230 or 143421. OLE color: 143421.

HSL color Cylindrical-coordinate representation of color #3D3002: hue angle of 46.78º 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 #3D3002 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB61482-
CMYK00.210.970.76
HSL46.78º93.65%12.35%-
HSV(B)46.78º96.72%23.92%-
XYZ2.993.110.5-
YUV46.64102.81138.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=54.95%
G=43.24%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6148200.210.970.7646.7893.6512.35
Hex3D302015614C2f5ec
Octal756020251411145713614
Binary111101110000100101011100001100110010111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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