Html Css Color HEX #3F3910 Madras

📋 copy color: '#3F3910'

red 63 ◦ green 57 ◦ blue 16

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

Shades of Madras #3F3910

Tints of Madras #3F3910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.76%

R = 46.32%
G = 41.91%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F3910 (or 0x3F3910) is known color: Madras. HEX triplet: 3F, 39 and 10. RGB value is (63,57,16). Sum of RGB (Red+Green+Blue) = 63+57+16=136 (18% of max value = 765). Red value is 63 (25% from 255 or 46.32% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3910 is #C0C6EF. Grayscale: #363636. Windows color (decimal): -12633840 or 1063231. OLE color: 1063231.

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

Color convert

RGB 63 57 16 -
CMYK 0 0.10 0.75 0.75
HSL 52.34º 0.59% 0.15% -
HSV(B) 52.34º 0.75% 0.25% -
XYZ 3.61 4.02 1.08 -
YUV 54.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 63 57 16 0 0.10 0.75 0.75 52.34 0.59 0.15
Hex 3F 39 10 0 A 4B 4B 34 3B F
Octal 77 71 20 0 12 113 113 64 73 17
Binary 111111 111001 10000 0 1010 1001011 1001011 110100 111011 1111

Color Harmonies of #3F3910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3910

Black with #3F3910

Text Example


Text Example

White with #3F3910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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