Html Css Color HEX #3F3A19 Madras

📋 copy color: '#3F3A19'

red 63 ◦ green 58 ◦ blue 25

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

Shades of Madras #3F3A19

Tints of Madras #3F3A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 43.15%
G = 39.73%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F3A19 (or 0x3F3A19) is known color: Madras. HEX triplet: 3F, 3A and 19. RGB value is (63,58,25). Sum of RGB (Red+Green+Blue) = 63+58+25=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3A19 is #C0C5E6. Grayscale: #373737. Windows color (decimal): -12633575 or 1653311. OLE color: 1653311.

HSL color Cylindrical-coordinate representation of color #3F3A19: hue angle of 52.11º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F3A19 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 58 25 -
CMYK 0 0.08 0.60 0.75
HSL 52.11º 0.43% 0.17% -
HSV(B) 52.11º 0.6% 0.25% -
XYZ 3.74 4.15 1.52 -
YUV 55.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 63 58 25 0 0.08 0.60 0.75 52.11 0.43 0.17
Hex 3F 3A 19 0 8 3C 4B 34 2B 11
Octal 77 72 31 0 10 74 113 64 53 21
Binary 111111 111010 11001 0 1000 111100 1001011 110100 101011 10001

Color Harmonies of #3F3A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A19

Black with #3F3A19

Text Example


Text Example

White with #3F3A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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