Html Css Color HEX #3D3702 Madras

📋 copy color: '#3D3702'

red 61 ◦ green 55 ◦ blue 2

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

Shades of Madras #3D3702

Tints of Madras #3D3702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.69%

R = 51.69%
G = 46.61%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3D3702 (or 0x3D3702) is known color: Madras. HEX triplet: 3D, 37 and 02. RGB value is (61,55,2). Sum of RGB (Red+Green+Blue) = 61+55+2=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3702 is #C2C8FD. Grayscale: #323232. Windows color (decimal): -12765438 or 145213. OLE color: 145213.

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

Color convert

RGB 61 55 2 -
CMYK 0 0.10 0.97 0.76
HSL 53.9º 0.94% 0.12% -
HSV(B) 53.9º 0.97% 0.24% -
XYZ 3.3 3.73 0.6 -
YUV 50.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 61 55 2 0 0.10 0.97 0.76 53.9 0.94 0.12
Hex 3D 37 2 0 A 61 4C 36 5E C
Octal 75 67 2 0 12 141 114 66 136 14
Binary 111101 110111 10 0 1010 1100001 1001100 110110 1011110 1100

Color Harmonies of #3D3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3702

Black with #3D3702

Text Example


Text Example

White with #3D3702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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