Html Css Color HEX #3F3707 Madras

📋 copy color: '#3F3707'

red 63 ◦ green 55 ◦ blue 7

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

Shades of Madras #3F3707

Tints of Madras #3F3707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.6%

R = 50.4%
G = 44%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#3F3707 (or 0x3F3707) is known color: Madras. HEX triplet: 3F, 37 and 07. RGB value is (63,55,7). Sum of RGB (Red+Green+Blue) = 63+55+7=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 55 (21.88% from 255 or 44% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3707 is #C0C8F8. Grayscale: #343434. Windows color (decimal): -12634361 or 472895. OLE color: 472895.

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

Color convert

RGB 63 55 7 -
CMYK 0 0.13 0.89 0.75
HSL 51.43º 0.8% 0.14% -
HSV(B) 51.43º 0.89% 0.25% -
XYZ 3.45 3.8 0.75 -
YUV 51.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 63 55 7 0 0.13 0.89 0.75 51.43 0.8 0.14
Hex 3F 37 7 0 D 59 4B 33 50 E
Octal 77 67 7 0 15 131 113 63 120 16
Binary 111111 110111 111 0 1101 1011001 1001011 110011 1010000 1110

Color Harmonies of #3F3707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3707

Black with #3F3707

Text Example


Text Example

White with #3F3707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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