Html Css Color HEX #3F390C Madras

📋 copy color: '#3F390C'

red 63 ◦ green 57 ◦ blue 12

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

Shades of Madras #3F390C

Tints of Madras #3F390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.18%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 47.73%
G = 43.18%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F390C (or 0x3F390C) is known color: Madras. HEX triplet: 3F, 39 and 0C. RGB value is (63,57,12). Sum of RGB (Red+Green+Blue) = 63+57+12=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F390C is #C0C6F3. Grayscale: #353535. Windows color (decimal): -12633844 or 801087. OLE color: 801087.

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

Color convert

RGB 63 57 12 -
CMYK 0 0.10 0.81 0.75
HSL 52.94º 0.68% 0.15% -
HSV(B) 52.94º 0.81% 0.25% -
XYZ 3.58 4.01 0.93 -
YUV 53.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 63 57 12 0 0.10 0.81 0.75 52.94 0.68 0.15
Hex 3F 39 C 0 A 51 4B 35 44 F
Octal 77 71 14 0 12 121 113 65 104 17
Binary 111111 111001 1100 0 1010 1010001 1001011 110101 1000100 1111

Color Harmonies of #3F390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F390C

Black with #3F390C

Text Example


Text Example

White with #3F390C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,57,12); }

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

background-color css

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

 a { background-color: rgb(63,57,12); }

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

border-color css

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

 span { border-color: rgb(63,57,12); }

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