Html Css Color HEX #3E380D Madras

📋 copy color: '#3E380D'

red 62 ◦ green 56 ◦ blue 13

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

Shades of Madras #3E380D

Tints of Madras #3E380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 47.33%
G = 42.75%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.76

RGB Variations

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

Color information

#3E380D (or 0x3E380D) is known color: Madras. HEX triplet: 3E, 38 and 0D. RGB value is (62,56,13). Sum of RGB (Red+Green+Blue) = 62+56+13=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 62 - color contains mainly: red. Hex color #3E380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E380D is #C1C7F2. Grayscale: #353535. Windows color (decimal): -12699635 or 866366. OLE color: 866366.

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

Color convert

RGB 62 56 13 -
CMYK 0 0.10 0.79 0.76
HSL 52.65º 0.65% 0.15% -
HSV(B) 52.65º 0.79% 0.24% -
XYZ 3.47 3.88 0.95 -
YUV 52.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 62 56 13 0 0.10 0.79 0.76 52.65 0.65 0.15
Hex 3E 38 D 0 A 4F 4C 35 41 F
Octal 76 70 15 0 12 117 114 65 101 17
Binary 111110 111000 1101 0 1010 1001111 1001100 110101 1000001 1111

Color Harmonies of #3E380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E380D

Black with #3E380D

Text Example


Text Example

White with #3E380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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