Html Css Color HEX #3F3701 Madras

📋 copy color: '#3F3701'

red 63 ◦ green 55 ◦ blue 1

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

Shades of Madras #3F3701

Tints of Madras #3F3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.22%

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 52.94%
G = 46.22%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#3F3701 (or 0x3F3701) is known color: Madras. HEX triplet: 3F, 37 and 01. RGB value is (63,55,1). Sum of RGB (Red+Green+Blue) = 63+55+1=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3701 is #C0C8FE. Grayscale: #333333. Windows color (decimal): -12634367 or 79679. OLE color: 79679.

HSL color Cylindrical-coordinate representation of color #3F3701: hue angle of 52.26º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F3701 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 55 1 -
CMYK 0 0.13 0.98 0.75
HSL 52.26º 0.97% 0.13% -
HSV(B) 52.26º 0.98% 0.25% -
XYZ 3.42 3.79 0.58 -
YUV 51.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 63 55 1 0 0.13 0.98 0.75 52.26 0.97 0.13
Hex 3F 37 1 0 D 62 4B 34 61 D
Octal 77 67 1 0 15 142 113 64 141 15
Binary 111111 110111 1 0 1101 1100010 1001011 110100 1100001 1101

Color Harmonies of #3F3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3701

Black with #3F3701

Text Example


Text Example

White with #3F3701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,55,1); }

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

background-color css

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

 a { background-color: rgb(63,55,1); }

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

border-color css

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

 span { border-color: rgb(63,55,1); }

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