Html Css Color HEX #3D3715 Mikado

📋 copy color: '#3D3715'

red 61 ◦ green 55 ◦ blue 21

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

Shades of Mikado #3D3715

Tints of Mikado #3D3715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 44.53%
G = 40.15%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.76

RGB Variations

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

Color information

#3D3715 (or 0x3D3715) is known color: Mikado. HEX triplet: 3D, 37 and 15. RGB value is (61,55,21). Sum of RGB (Red+Green+Blue) = 61+55+21=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 55 (21.88% from 255 or 40.15% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3715 is #C2C8EA. Grayscale: #353535. Windows color (decimal): -12765419 or 1390397. OLE color: 1390397.

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

Color convert

RGB 61 55 21 -
CMYK 0 0.10 0.66 0.76
HSL 51º 0.49% 0.16% -
HSV(B) 51º 0.66% 0.24% -
XYZ 3.43 3.78 1.26 -
YUV 52.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 61 55 21 0 0.10 0.66 0.76 51 0.49 0.16
Hex 3D 37 15 0 A 42 4C 33 31 10
Octal 75 67 25 0 12 102 114 63 61 20
Binary 111101 110111 10101 0 1010 1000010 1001100 110011 110001 10000

Color Harmonies of #3D3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3715

Black with #3D3715

Text Example


Text Example

White with #3D3715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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