#3D3718

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

Shades of Mikado #3D3718

Tints of Mikado #3D3718

Color information

#3D3718 (or 0x3D3718) is unknown color: approx Mikado. HEX triplet: 3D, 37 and 18. RGB value is (61,55,24). Sum of RGB (Red+Green+Blue) = 61+55+24=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3718 is #C2C8E7. Grayscale: #353535. Windows color (decimal): -12765416 or 1587005. OLE color: 1587005.

HSL color Cylindrical-coordinate representation of color #3D3718: hue angle of 50.27º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D3718 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB615524-
CMYK00.100.610.76
HSL50.27º43.53%16.67%-
HSV(B)50.27º60.66%23.92%-
XYZ3.463.791.41-
YUV53.26111.49133.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.57%
GREEN value IS 55 (21.88% from 255) = 39.29%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=43.57%
G=39.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61552400.100.610.7650.2743.5316.67
Hex3D37180A3D4C322c11
Octal75673001275114625421
Binary1111011101111100001010111101100110011001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,24); }

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

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

 a { background-color: rgb(61,55,24); }

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

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

 span { border-color: rgb(61,55,24); }

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