Html Css Color HEX #3F391C Madras

📋 copy color: '#3F391C'

red 63 ◦ green 57 ◦ blue 28

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

Shades of Madras #3F391C

Tints of Madras #3F391C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.92%

R = 42.57%
G = 38.51%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F391C (or 0x3F391C) is known color: Madras. HEX triplet: 3F, 39 and 1C. RGB value is (63,57,28). Sum of RGB (Red+Green+Blue) = 63+57+28=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 28 (11.33% from 255 or 18.92% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F391C is #C0C6E3. Grayscale: #373737. Windows color (decimal): -12633828 or 1849663. OLE color: 1849663.

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

Color convert

RGB 63 57 28 -
CMYK 0 0.10 0.56 0.75
HSL 49.71º 0.38% 0.18% -
HSV(B) 49.71º 0.56% 0.25% -
XYZ 3.72 4.07 1.69 -
YUV 55.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 63 57 28 0 0.10 0.56 0.75 49.71 0.38 0.18
Hex 3F 39 1C 0 A 38 4B 32 26 12
Octal 77 71 34 0 12 70 113 62 46 22
Binary 111111 111001 11100 0 1010 111000 1001011 110010 100110 10010

Color Harmonies of #3F391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F391C

Black with #3F391C

Text Example


Text Example

White with #3F391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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