Html Css Color HEX #3F3B15 Madras

📋 copy color: '#3F3B15'

red 63 ◦ green 59 ◦ blue 21

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

Shades of Madras #3F3B15

Tints of Madras #3F3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 41.26%

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

R = 44.06%
G = 41.26%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F3B15 (or 0x3F3B15) is known color: Madras. HEX triplet: 3F, 3B and 15. RGB value is (63,59,21). Sum of RGB (Red+Green+Blue) = 63+59+21=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 59 (23.44% from 255 or 41.26% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3B15 is #C0C4EA. Grayscale: #383838. Windows color (decimal): -12633323 or 1391423. OLE color: 1391423.

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

Color convert

RGB 63 59 21 -
CMYK 0 0.06 0.67 0.75
HSL 54.29º 0.5% 0.16% -
HSV(B) 54.29º 0.67% 0.25% -
XYZ 3.75 4.24 1.33 -
YUV 55.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 63 59 21 0 0.06 0.67 0.75 54.29 0.5 0.16
Hex 3F 3B 15 0 6 43 4B 36 32 10
Octal 77 73 25 0 6 103 113 66 62 20
Binary 111111 111011 10101 0 110 1000011 1001011 110110 110010 10000

Color Harmonies of #3F3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3B15

Black with #3F3B15

Text Example


Text Example

White with #3F3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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