Html Css Color HEX #3F3711 Madras

📋 copy color: '#3F3711'

red 63 ◦ green 55 ◦ blue 17

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

Shades of Madras #3F3711

Tints of Madras #3F3711

RGB

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

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

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

R = 46.67%
G = 40.74%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#3F3711 (or 0x3F3711) is known color: Madras. HEX triplet: 3F, 37 and 11. RGB value is (63,55,17). Sum of RGB (Red+Green+Blue) = 63+55+17=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 55 (21.88% from 255 or 40.74% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3711 is #C0C8EE. Grayscale: #353535. Windows color (decimal): -12634351 or 1128255. OLE color: 1128255.

HSL color Cylindrical-coordinate representation of color #3F3711: hue angle of 49.57º 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 #3F3711 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 17 -
CMYK 0 0.13 0.73 0.75
HSL 49.57º 0.58% 0.16% -
HSV(B) 49.57º 0.73% 0.25% -
XYZ 3.52 3.83 1.08 -
YUV 53.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 63 55 17 0 0.13 0.73 0.75 49.57 0.58 0.16
Hex 3F 37 11 0 D 49 4B 32 3A 10
Octal 77 67 21 0 15 111 113 62 72 20
Binary 111111 110111 10001 0 1101 1001001 1001011 110010 111010 10000

Color Harmonies of #3F3711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3711

Black with #3F3711

Text Example


Text Example

White with #3F3711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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