Html Css Color HEX #3D3014 Mikado

📋 copy color: '#3D3014'

red 61 ◦ green 48 ◦ blue 20

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

Shades of Mikado #3D3014

Tints of Mikado #3D3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 47.29%
G = 37.21%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.76

RGB Variations

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

Color information

#3D3014 (or 0x3D3014) is known color: Mikado. HEX triplet: 3D, 30 and 14. RGB value is (61,48,20). Sum of RGB (Red+Green+Blue) = 61+48+20=129 (17% of max value = 765). Red value is 61 (24.22% from 255 or 47.29% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3014 is #C2CFEB. Grayscale: #303030. Windows color (decimal): -12767212 or 1323069. OLE color: 1323069.

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

Color convert

RGB 61 48 20 -
CMYK 0 0.21 0.67 0.76
HSL 40.98º 0.51% 0.16% -
HSV(B) 40.98º 0.67% 0.24% -
XYZ 3.11 3.16 1.11 -
YUV 48.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 61 48 20 0 0.21 0.67 0.76 40.98 0.51 0.16
Hex 3D 30 14 0 15 43 4C 29 33 10
Octal 75 60 24 0 25 103 114 51 63 20
Binary 111101 110000 10100 0 10101 1000011 1001100 101001 110011 10000

Color Harmonies of #3D3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3014

Black with #3D3014

Text Example


Text Example

White with #3D3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,48,20); }

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

background-color css

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

 a { background-color: rgb(61,48,20); }

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

border-color css

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

 span { border-color: rgb(61,48,20); }

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