Html Css Color HEX #3F3A1F Madras

📋 copy color: '#3F3A1F'

red 63 ◦ green 58 ◦ blue 31

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

Shades of Madras #3F3A1F

Tints of Madras #3F3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.16%

 BLUE value IS 31 (12.5% from 255) = 20.39%

R = 41.45%
G = 38.16%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#3F3A1F (or 0x3F3A1F) is known color: Madras. HEX triplet: 3F, 3A and 1F. RGB value is (63,58,31). Sum of RGB (Red+Green+Blue) = 63+58+31=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A1F is #C0C5E0. Grayscale: #383838. Windows color (decimal): -12633569 or 2046527. OLE color: 2046527.

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

Color convert

RGB 63 58 31 -
CMYK 0 0.08 0.51 0.75
HSL 50.63º 0.34% 0.18% -
HSV(B) 50.63º 0.51% 0.25% -
XYZ 3.81 4.18 1.9 -
YUV 56.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 63 58 31 0 0.08 0.51 0.75 50.63 0.34 0.18
Hex 3F 3A 1F 0 8 33 4B 33 22 12
Octal 77 72 37 0 10 63 113 63 42 22
Binary 111111 111010 11111 0 1000 110011 1001011 110011 100010 10010

Color Harmonies of #3F3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A1F

Black with #3F3A1F

Text Example


Text Example

White with #3F3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,58,31); }

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

background-color css

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

 a { background-color: rgb(63,58,31); }

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

border-color css

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

 span { border-color: rgb(63,58,31); }

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