Html Css Color HEX #3F370E Madras

📋 copy color: '#3F370E'

red 63 ◦ green 55 ◦ blue 14

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

Shades of Madras #3F370E

Tints of Madras #3F370E

RGB

 RED value IS 63 (25% from 255) = 47.73%

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

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 47.73%
G = 41.67%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#3F370E (or 0x3F370E) is known color: Madras. HEX triplet: 3F, 37 and 0E. RGB value is (63,55,14). Sum of RGB (Red+Green+Blue) = 63+55+14=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F370E is #C0C8F1. Grayscale: #343434. Windows color (decimal): -12634354 or 931647. OLE color: 931647.

HSL color Cylindrical-coordinate representation of color #3F370E: hue angle of 50.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F370E is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 14 -
CMYK 0 0.13 0.78 0.75
HSL 50.2º 0.64% 0.15% -
HSV(B) 50.2º 0.78% 0.25% -
XYZ 3.5 3.82 0.97 -
YUV 52.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 63 55 14 0 0.13 0.78 0.75 50.2 0.64 0.15
Hex 3F 37 E 0 D 4E 4B 32 40 F
Octal 77 67 16 0 15 116 113 62 100 17
Binary 111111 110111 1110 0 1101 1001110 1001011 110010 1000000 1111

Color Harmonies of #3F370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F370E

Black with #3F370E

Text Example


Text Example

White with #3F370E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,14); }

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

background-color css

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

 a { background-color: rgb(63,55,14); }

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

border-color css

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

 span { border-color: rgb(63,55,14); }

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