Html Css Color HEX #3F3A1B Madras

📋 copy color: '#3F3A1B'

red 63 ◦ green 58 ◦ blue 27

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

Shades of Madras #3F3A1B

Tints of Madras #3F3A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 42.57%
G = 39.19%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F3A1B (or 0x3F3A1B) is known color: Madras. HEX triplet: 3F, 3A and 1B. RGB value is (63,58,27). Sum of RGB (Red+Green+Blue) = 63+58+27=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 58 (23.05% from 255 or 39.19% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A1B is #C0C5E4. Grayscale: #383838. Windows color (decimal): -12633573 or 1784383. OLE color: 1784383.

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

Color convert

RGB 63 58 27 -
CMYK 0 0.08 0.57 0.75
HSL 51.67º 0.4% 0.18% -
HSV(B) 51.67º 0.57% 0.25% -
XYZ 3.76 4.16 1.64 -
YUV 55.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 63 58 27 0 0.08 0.57 0.75 51.67 0.4 0.18
Hex 3F 3A 1B 0 8 39 4B 34 28 12
Octal 77 72 33 0 10 71 113 64 50 22
Binary 111111 111010 11011 0 1000 111001 1001011 110100 101000 10010

Color Harmonies of #3F3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3A1B

Black with #3F3A1B

Text Example


Text Example

White with #3F3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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