Html Css Color HEX #3F390D Madras

📋 copy color: '#3F390D'

red 63 ◦ green 57 ◦ blue 13

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

Shades of Madras #3F390D

Tints of Madras #3F390D

RGB

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

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

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

R = 47.37%
G = 42.86%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F390D (or 0x3F390D) is known color: Madras. HEX triplet: 3F, 39 and 0D. RGB value is (63,57,13). Sum of RGB (Red+Green+Blue) = 63+57+13=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F390D is #C0C6F2. Grayscale: #353535. Windows color (decimal): -12633843 or 866623. OLE color: 866623.

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

Color convert

RGB 63 57 13 -
CMYK 0 0.10 0.79 0.75
HSL 52.8º 0.66% 0.15% -
HSV(B) 52.8º 0.79% 0.25% -
XYZ 3.59 4.01 0.97 -
YUV 53.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 63 57 13 0 0.10 0.79 0.75 52.8 0.66 0.15
Hex 3F 39 D 0 A 4F 4B 35 42 F
Octal 77 71 15 0 12 117 113 65 102 17
Binary 111111 111001 1101 0 1010 1001111 1001011 110101 1000010 1111

Color Harmonies of #3F390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F390D

Black with #3F390D

Text Example


Text Example

White with #3F390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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