Html Css Color HEX #3D3720 Mikado

📋 copy color: '#3D3720'

red 61 ◦ green 55 ◦ blue 32

#3D3720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #3D3720

Tints of Mikado #3D3720

RGB

 RED value IS 61 (24.22% from 255) = 41.22%

 GREEN value IS 55 (21.88% from 255) = 37.16%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 41.22%
G = 37.16%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3D3720 (or 0x3D3720) is known color: Mikado. HEX triplet: 3D, 37 and 20. RGB value is (61,55,32). Sum of RGB (Red+Green+Blue) = 61+55+32=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3720 is #C2C8DF. Grayscale: #363636. Windows color (decimal): -12765408 or 2111293. OLE color: 2111293.

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

Color convert

RGB 61 55 32 -
CMYK 0 0.10 0.48 0.76
HSL 47.59º 0.31% 0.18% -
HSV(B) 47.59º 0.48% 0.24% -
XYZ 3.55 3.83 1.92 -
YUV 54.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 61 55 32 0 0.10 0.48 0.76 47.59 0.31 0.18
Hex 3D 37 20 0 A 30 4C 30 1F 12
Octal 75 67 40 0 12 60 114 60 37 22
Binary 111101 110111 100000 0 1010 110000 1001100 110000 11111 10010

Color Harmonies of #3D3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3720

Black with #3D3720

Text Example


Text Example

White with #3D3720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3720;
 }
 .AnyTagClassName
 {
   color: #3D3720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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