Html Css Color HEX #3D3910 Madras

📋 copy color: '#3D3910'

red 61 ◦ green 57 ◦ blue 16

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

Shades of Madras #3D3910

Tints of Madras #3D3910

RGB

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

 GREEN value IS 57 (22.66% from 255) = 42.54%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 45.52%
G = 42.54%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#3D3910 (or 0x3D3910) is known color: Madras. HEX triplet: 3D, 39 and 10. RGB value is (61,57,16). Sum of RGB (Red+Green+Blue) = 61+57+16=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3910 is #C2C6EF. Grayscale: #353535. Windows color (decimal): -12764912 or 1063229. OLE color: 1063229.

HSL color Cylindrical-coordinate representation of color #3D3910: hue angle of 54.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D3910 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 57 16 -
CMYK 0 0.07 0.74 0.76
HSL 54.67º 0.58% 0.15% -
HSV(B) 54.67º 0.74% 0.24% -
XYZ 3.48 3.96 1.07 -
YUV 53.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 61 57 16 0 0.07 0.74 0.76 54.67 0.58 0.15
Hex 3D 39 10 0 7 4A 4C 37 3A F
Octal 75 71 20 0 7 112 114 67 72 17
Binary 111101 111001 10000 0 111 1001010 1001100 110111 111010 1111

Color Harmonies of #3D3910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3910

Black with #3D3910

Text Example


Text Example

White with #3D3910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,57,16); }

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

background-color css

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

 a { background-color: rgb(61,57,16); }

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

border-color css

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

 span { border-color: rgb(61,57,16); }

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