Html Css Color HEX #3D3900 Madras

📋 copy color: '#3D3900'

red 61 ◦ green 57 ◦ blue 0

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

Shades of Madras #3D3900

Tints of Madras #3D3900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.69%
G = 48.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3D3900 (or 0x3D3900) is known color: Madras. HEX triplet: 3D, 39 and 00. RGB value is (61,57,0). Sum of RGB (Red+Green+Blue) = 61+57+0=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3900 is #C2C6FF. Grayscale: #333333. Windows color (decimal): -12764928 or 14653. OLE color: 14653.

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

Color convert

RGB 61 57 0 -
CMYK 0 0.07 1 0.76
HSL 56.07º 1% 0.12% -
HSV(B) 56.07º 1% 0.24% -
XYZ 3.39 3.92 0.58 -
YUV 51.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 61 57 0 0 0.07 1 0.76 56.07 1 0.12
Hex 3D 39 0 0 7 64 4C 38 64 C
Octal 75 71 0 0 7 144 114 70 144 14
Binary 111101 111001 0 0 111 1100100 1001100 111000 1100100 1100

Color Harmonies of #3D3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3900

Black with #3D3900

Text Example


Text Example

White with #3D3900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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