Html Css Color HEX #3F3C1D Madras

📋 copy color: '#3F3C1D'

red 63 ◦ green 60 ◦ blue 29

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

Shades of Madras #3F3C1D

Tints of Madras #3F3C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

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

R = 41.45%
G = 39.47%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F3C1D (or 0x3F3C1D) is known color: Madras. HEX triplet: 3F, 3C and 1D. RGB value is (63,60,29). Sum of RGB (Red+Green+Blue) = 63+60+29=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C1D is #C0C3E2. Grayscale: #393939. Windows color (decimal): -12633059 or 1915967. OLE color: 1915967.

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

Color convert

RGB 63 60 29 -
CMYK 0 0.05 0.54 0.75
HSL 54.71º 0.37% 0.18% -
HSV(B) 54.71º 0.54% 0.25% -
XYZ 3.89 4.38 1.8 -
YUV 57.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 63 60 29 0 0.05 0.54 0.75 54.71 0.37 0.18
Hex 3F 3C 1D 0 5 36 4B 37 25 12
Octal 77 74 35 0 5 66 113 67 45 22
Binary 111111 111100 11101 0 101 110110 1001011 110111 100101 10010

Color Harmonies of #3F3C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3C1D

Black with #3F3C1D

Text Example


Text Example

White with #3F3C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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