Html Css Color HEX #3F3811 Madras

📋 copy color: '#3F3811'

red 63 ◦ green 56 ◦ blue 17

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

Shades of Madras #3F3811

Tints of Madras #3F3811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 46.32%
G = 41.18%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F3811 (or 0x3F3811) is known color: Madras. HEX triplet: 3F, 38 and 11. RGB value is (63,56,17). Sum of RGB (Red+Green+Blue) = 63+56+17=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3811 is #C0C7EE. Grayscale: #353535. Windows color (decimal): -12634095 or 1128511. OLE color: 1128511.

HSL color Cylindrical-coordinate representation of color #3F3811: hue angle of 50.87º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3811 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 56 17 -
CMYK 0 0.11 0.73 0.75
HSL 50.87º 0.58% 0.16% -
HSV(B) 50.87º 0.73% 0.25% -
XYZ 3.57 3.93 1.1 -
YUV 53.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 63 56 17 0 0.11 0.73 0.75 50.87 0.58 0.16
Hex 3F 38 11 0 B 49 4B 33 3A 10
Octal 77 70 21 0 13 111 113 63 72 20
Binary 111111 111000 10001 0 1011 1001001 1001011 110011 111010 10000

Color Harmonies of #3F3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3811

Black with #3F3811

Text Example


Text Example

White with #3F3811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,56,17); }

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

background-color css

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

 a { background-color: rgb(63,56,17); }

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

border-color css

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

 span { border-color: rgb(63,56,17); }

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