Html Css Color HEX #3E381A Madras

📋 copy color: '#3E381A'

red 62 ◦ green 56 ◦ blue 26

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

Shades of Madras #3E381A

Tints of Madras #3E381A

RGB

 RED value IS 62 (24.61% from 255) = 43.06%

 GREEN value IS 56 (22.27% from 255) = 38.89%

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 43.06%
G = 38.89%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3E381A (or 0x3E381A) is known color: Madras. HEX triplet: 3E, 38 and 1A. RGB value is (62,56,26). Sum of RGB (Red+Green+Blue) = 62+56+26=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E381A is #C1C7E5. Grayscale: #363636. Windows color (decimal): -12699622 or 1718334. OLE color: 1718334.

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

Color convert

RGB 62 56 26 -
CMYK 0 0.10 0.58 0.76
HSL 50º 0.41% 0.17% -
HSV(B) 50º 0.58% 0.24% -
XYZ 3.59 3.93 1.55 -
YUV 54.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 62 56 26 0 0.10 0.58 0.76 50 0.41 0.17
Hex 3E 38 1A 0 A 3A 4C 32 29 11
Octal 76 70 32 0 12 72 114 62 51 21
Binary 111110 111000 11010 0 1010 111010 1001100 110010 101001 10001

Color Harmonies of #3E381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E381A

Black with #3E381A

Text Example


Text Example

White with #3E381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,56,26); }

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

background-color css

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

 a { background-color: rgb(62,56,26); }

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

border-color css

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

 span { border-color: rgb(62,56,26); }

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