#3D3001

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

Shades of Mikado #3D3001

Tints of Mikado #3D3001

Color information

#3D3001 (or 0x3D3001) is unknown color: approx Mikado. HEX triplet: 3D, 30 and 01. RGB value is (61,48,1). Sum of RGB (Red+Green+Blue) = 61+48+1=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3001 is #C2CFFE. Grayscale: #2E2E2E. Windows color (decimal): -12767231 or 77885. OLE color: 77885.

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

Color convert

RGB61481-
CMYK00.210.980.76
HSL47º96.77%12.16%-
HSV(B)47º98.36%23.92%-
XYZ2.993.110.47-
YUV46.53102.31138.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=55.45%
G=43.64%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6148100.210.980.764796.7712.16
Hex3D301015624C2f61c
Octal756010251421145714114
Binary11110111000010101011100010100110010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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