Html Css Color HEX #3D3B13 Madras

📋 copy color: '#3D3B13'

red 61 ◦ green 59 ◦ blue 19

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

Shades of Madras #3D3B13

Tints of Madras #3D3B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 42.45%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 43.88%
G = 42.45%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3D3B13 (or 0x3D3B13) is known color: Madras. HEX triplet: 3D, 3B and 13. RGB value is (61,59,19). Sum of RGB (Red+Green+Blue) = 61+59+19=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 59 (23.44% from 255 or 42.45% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3B13 is #C2C4EC. Grayscale: #373737. Windows color (decimal): -12764397 or 1260349. OLE color: 1260349.

HSL color Cylindrical-coordinate representation of color #3D3B13: hue angle of 57.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D3B13 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 59 19 -
CMYK 0 0.03 0.69 0.76
HSL 57.14º 0.53% 0.16% -
HSV(B) 57.14º 0.69% 0.24% -
XYZ 3.61 4.17 1.23 -
YUV 55.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 61 59 19 0 0.03 0.69 0.76 57.14 0.53 0.16
Hex 3D 3B 13 0 3 45 4C 39 34 10
Octal 75 73 23 0 3 105 114 71 64 20
Binary 111101 111011 10011 0 11 1000101 1001100 111001 110100 10000

Color Harmonies of #3D3B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3B13

Black with #3D3B13

Text Example


Text Example

White with #3D3B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,59,19); }

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

background-color css

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

 a { background-color: rgb(61,59,19); }

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

border-color css

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

 span { border-color: rgb(61,59,19); }

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