Html Css Color HEX #3D3700 Madras

📋 copy color: '#3D3700'

red 61 ◦ green 55 ◦ blue 0

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

Shades of Madras #3D3700

Tints of Madras #3D3700

RGB

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

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

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

R = 52.59%
G = 47.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3D3700 (or 0x3D3700) is known color: Madras. HEX triplet: 3D, 37 and 00. RGB value is (61,55,0). Sum of RGB (Red+Green+Blue) = 61+55+0=116 (15% of max value = 765). Red value is 61 (24.22% from 255 or 52.59% from 116); Green value is 55 (21.88% from 255 or 47.41% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3700 is #C2C8FF. Grayscale: #323232. Windows color (decimal): -12765440 or 14141. OLE color: 14141.

HSL color Cylindrical-coordinate representation of color #3D3700: hue angle of 54.1º 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 #3D3700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 55 0 -
CMYK 0 0.10 1 0.76
HSL 54.1º 1% 0.12% -
HSV(B) 54.1º 1% 0.24% -
XYZ 3.29 3.72 0.55 -
YUV 50.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 61 55 0 0 0.10 1 0.76 54.1 1 0.12
Hex 3D 37 0 0 A 64 4C 36 64 C
Octal 75 67 0 0 12 144 114 66 144 14
Binary 111101 110111 0 0 1010 1100100 1001100 110110 1100100 1100

Color Harmonies of #3D3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3700

Black with #3D3700

Text Example


Text Example

White with #3D3700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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