#3D3202

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

Shades of Mikado #3D3202

Tints of Mikado #3D3202

Color information

#3D3202 (or 0x3D3202) is unknown color: approx Mikado. HEX triplet: 3D, 32 and 02. RGB value is (61,50,2). Sum of RGB (Red+Green+Blue) = 61+50+2=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 50 (19.92% from 255 or 44.25% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3202 is #C2CDFD. Grayscale: #303030. Windows color (decimal): -12766718 or 143933. OLE color: 143933.

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

Color convert

RGB61502-
CMYK00.180.970.76
HSL48.81º93.65%12.35%-
HSV(B)48.81º96.72%23.92%-
XYZ3.083.280.53-
YUV47.82102.14137.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.98%
GREEN value IS 50 (19.92% from 255) = 44.25%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=53.98%
G=44.25%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6150200.180.970.7648.8193.6512.35
Hex3D322012614C315ec
Octal756220221411146113614
Binary111101110010100100101100001100110011000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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