Html Css Color HEX #3D3710 Madras

📋 copy color: '#3D3710'

red 61 ◦ green 55 ◦ blue 16

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

Shades of Madras #3D3710

Tints of Madras #3D3710

RGB

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

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

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

R = 46.21%
G = 41.67%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#3D3710 (or 0x3D3710) is known color: Madras. HEX triplet: 3D, 37 and 10. RGB value is (61,55,16). Sum of RGB (Red+Green+Blue) = 61+55+16=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3710 is #C2C8EF. Grayscale: #343434. Windows color (decimal): -12765424 or 1062717. OLE color: 1062717.

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

Color convert

RGB 61 55 16 -
CMYK 0 0.10 0.74 0.76
HSL 52º 0.58% 0.15% -
HSV(B) 52º 0.74% 0.24% -
XYZ 3.38 3.76 1.04 -
YUV 52.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 61 55 16 0 0.10 0.74 0.76 52 0.58 0.15
Hex 3D 37 10 0 A 4A 4C 34 3A F
Octal 75 67 20 0 12 112 114 64 72 17
Binary 111101 110111 10000 0 1010 1001010 1001100 110100 111010 1111

Color Harmonies of #3D3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3710

Black with #3D3710

Text Example


Text Example

White with #3D3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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