#3D2D02

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

Shades of Mikado #3D2D02

Tints of Mikado #3D2D02

Color information

#3D2D02 (or 0x3D2D02) is unknown color: approx Mikado. HEX triplet: 3D, 2D and 02. RGB value is (61,45,2). Sum of RGB (Red+Green+Blue) = 61+45+2=108 (14% of max value = 765). Red value is 61 (24.22% from 255 or 56.48% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2D02 is #C2D2FD. Grayscale: #2D2D2D. Windows color (decimal): -12767998 or 142653. OLE color: 142653.

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

Color convert

RGB61452-
CMYK00.260.970.76
HSL43.73º93.65%12.35%-
HSV(B)43.73º96.72%23.92%-
XYZ2.872.870.46-
YUV44.88103.8139.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 56.48%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=56.48%
G=41.67%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6145200.260.970.7643.7393.6512.35
Hex3D2D201A614C2c5ec
Octal755520321411145413614
Binary111101101101100110101100001100110010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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