Html Css Color HEX #3F3A15 Madras

📋 copy color: '#3F3A15'

red 63 ◦ green 58 ◦ blue 21

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

Shades of Madras #3F3A15

Tints of Madras #3F3A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.79%

R = 44.37%
G = 40.85%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3A15 (or 0x3F3A15) is known color: Madras. HEX triplet: 3F, 3A and 15. RGB value is (63,58,21). Sum of RGB (Red+Green+Blue) = 63+58+21=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A15 is #C0C5EA. Grayscale: #373737. Windows color (decimal): -12633579 or 1391167. OLE color: 1391167.

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

Color convert

RGB 63 58 21 -
CMYK 0 0.08 0.67 0.75
HSL 52.86º 0.5% 0.16% -
HSV(B) 52.86º 0.67% 0.25% -
XYZ 3.7 4.14 1.31 -
YUV 55.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 63 58 21 0 0.08 0.67 0.75 52.86 0.5 0.16
Hex 3F 3A 15 0 8 43 4B 35 32 10
Octal 77 72 25 0 10 103 113 65 62 20
Binary 111111 111010 10101 0 1000 1000011 1001011 110101 110010 10000

Color Harmonies of #3F3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A15

Black with #3F3A15

Text Example


Text Example

White with #3F3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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