Html Css Color HEX #3F3A1D Madras

📋 copy color: '#3F3A1D'

red 63 ◦ green 58 ◦ blue 29

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

Shades of Madras #3F3A1D

Tints of Madras #3F3A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 42%
G = 38.67%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F3A1D (or 0x3F3A1D) is known color: Madras. HEX triplet: 3F, 3A and 1D. RGB value is (63,58,29). Sum of RGB (Red+Green+Blue) = 63+58+29=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A1D is #C0C5E2. Grayscale: #383838. Windows color (decimal): -12633571 or 1915455. OLE color: 1915455.

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

Color convert

RGB 63 58 29 -
CMYK 0 0.08 0.54 0.75
HSL 51.18º 0.37% 0.18% -
HSV(B) 51.18º 0.54% 0.25% -
XYZ 3.78 4.17 1.77 -
YUV 56.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 63 58 29 0 0.08 0.54 0.75 51.18 0.37 0.18
Hex 3F 3A 1D 0 8 36 4B 33 25 12
Octal 77 72 35 0 10 66 113 63 45 22
Binary 111111 111010 11101 0 1000 110110 1001011 110011 100101 10010

Color Harmonies of #3F3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A1D

Black with #3F3A1D

Text Example


Text Example

White with #3F3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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